Hey guys today i made a moving box animation using svg but once the animation is done it does not repeat itself why is it so? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hey guys today i made a moving box animation using svg but once the animation is done it does not repeat itself why is it so?

i have set my repeat count to indefinite https://code.sololearn.com/WcdawX9INUlH/?ref=app 👆👆thats my code

14th Aug 2018, 2:54 PM
Code master
5 Answers
+ 6
In the code you have written repeat count Remove the space it should work...
14th Aug 2018, 3:38 PM
$hardul B
$hardul B - avatar
+ 4
for infinite repititions add animation-iteration-count: infinite;
16th Aug 2018, 9:50 AM
SK Sai
SK Sai - avatar
+ 3
You're Welcome Yuvraj
14th Aug 2018, 4:51 PM
$hardul B
$hardul B - avatar
+ 2
thanks a lot $hardul Birje
14th Aug 2018, 4:15 PM
Code master
+ 1
thanks sai
16th Aug 2018, 2:27 PM
Code master