@keyframes repeat? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

@keyframes repeat?

I see where to add a duration but is it possible to make the animation repeat/ loop endlessly?

5th May 2018, 3:07 PM
Sandra Spurlin
Sandra Spurlin - avatar
4 Answers
+ 3
Try animation-iteration-count: 10; or animation-iteration-count: infinite; when calling a animation in css
5th May 2018, 3:10 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 8
animation: name(animate) dur(1s) linear infinite(repeat)endless Animation). Basic Animation https://code.sololearn.com/WKmH8CbQhMx9/?ref=app
12th May 2018, 7:31 PM
Nagarajk
Nagarajk - avatar
+ 3
I was just trying to find my way back to state I found it during my next lesson. xD These animations are very interesting. Thank you.
5th May 2018, 3:11 PM
Sandra Spurlin
Sandra Spurlin - avatar