+ 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
5 Respostas
+ 6
In the code you have written
repeat count
Remove the space it should work...
+ 4
for infinite repititions add animation-iteration-count: infinite;
+ 3
You're Welcome Yuvraj
+ 2
thanks a lot $hardul Birje
+ 1
thanks sai