Enum SKLottieRepeatMode
Specifies how a Lottie animation repeats.
public enum SKLottieRepeatMode
Fields
Restart = 0The animation restarts from the beginning when repeating.
Reverse = 1The animation reverses direction when repeating (ping-pong).