Repeating Animation
Animate a number (ex: position, opacity, scale) repeatedly.
Repeating Animation
- Enable
- Duration
- Curve
- Mirrored
- Reset
- Progress
- Enable
A boolean that turns the animation on/off.
- Duration
The length, in seconds, of the animation in one direction.
- Curve
The easing curve to animate with. The options are:
- Linear
- Quadratic In, Out, In & Out
- Cubic In, Out, In & Out
- Exponential In, Out, In & Out
- Sinusoidal In, Out, In & Out
- Mirrored
A boolean that makes the animation animate back and forth between 0 and 1. If false, the animation will reset immediately to 0 when it hits 1.
- Reset
A pulse that returns the animation to the beginning.
- Progress
A progress value. See Animation Basics for more information.