Slow Rotation
Creates a gentle, continuous rotation effect.
Code
rotationSpeed = 10;
(time * rotationSpeed) % 360
animationrotationtime
How to Use
Apply this to the Rotation property of any layer for a constant, smooth spinning effect. Adjust speed for desired rotation rate.