Infinity rotation

1

To set up infinite rotation for an object, add a RotationAnimator to it, set the "Looped" parameter to 360 for right rotation or -360 for left rotation.

2

Enable "Looped" in Animations, set the desired curve (e.g., Linear for uniform rotation), and specify the Duration for a single full rotation.

3

If another event is triggered during the playback of a looped animation, the looped animation will pause, the event animation (e.g., a click) will play, and then the looped animation will resume.

Last updated