how to repeat the animation? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to repeat the animation?

20th Jul 2016, 9:02 AM
Hirak Bose
Hirak Bose - avatar
2 Answers
+ 5
animation-iteration-count: infinite; /*runs forever*/
20th Jul 2016, 11:28 AM
ZinC
ZinC - avatar
+ 3
For chrome, opera and safari use  -webkit-animation-iteration-count: 5;  For the others its enough: animation-iteration-count: 5;
20th Jul 2016, 11:22 AM
Mark