I need a little help. Im trying to create an animation that keeps rotating using the loop function.
I got it to rotate 360 degrees, but how do I make it keep looping?
I solved it!! I applied the rotation to a div containing the button and it started working. For some reason it wasn’t working when it was applied to the button itself
Is there any chance to make the loop rotation animation start with a 3sec delay, and then go into endless loop? If I add a delay in the first step of the animation, it keeps repeating each loop.