Struct SKLottieRepeat
Describes how a Lottie animation repeats. Use the static factory members Never, Restart(int), and Reverse(int) to create instances.
public readonly struct SKLottieRepeat : IEquatable<SKLottieRepeat>
- Implements
- Inherited Members
Properties
- IsRepeating
Gets whether the animation repeats at all.
- IsRestartRepeating
Gets whether the animation repeats by restarting from the beginning.
- IsReverseRepeating
Gets whether the animation repeats by reversing direction (ping-pong).
- Never
The animation plays once without repeating.
Methods
- Restart(int)
The animation repeats by restarting from the beginning.
- Reverse(int)
The animation repeats by reversing direction (ping-pong).