+ 2
I have a problem with my new animation
The lantern animation works fine but once its done it stops for a second before starting again, how can i make it start over when it ends without stopping, i moved the animation to the top of the stylesheet under the body . https://code.sololearn.com/WhosdpedMPAi/?ref=app
3 Answers
+ 1
/*animation: move1 4s ease-in-out infinite;*/
animation: move1 4s linear infinite;
+ 3
Preprocessing code please
+ 1
Thanks man