Hey Webflow Team, really weird, but I can’t “Loop” and interaction I’m working on, I have an image I’m trying to rotate 360 degrees on a loop, but it won’t spin more than once.
As a test other I have made other interactions, based on opacity and moving that are looping, it’s just rotation interactions as far as I can see!?
I’m willing to bet the interaction you have looping sets the object to rotate 360º ish. You need to have a second step that rotates to 0º (or origin) with no transition. That way it can repeat the 360º rotation from 0º instead of from 360º.
You must have made a step that’s rotating to 360 and you want it to loop. Once the interaction reached 360, it gets notified to reach 360 again. But to it, it’s already at 360, so it won’t move.
Programmation works exactly like trigonometry and for ages rotation have always been a tricky thing
In our case, the values aren’t the amount of degrees thatt the object is going to spin, they are points to reach on the trigonometric circle.
To loop a rotation, make a 1st step rotating to 359, a second to zero, then loop.