Enum SKLottieRepeatMode
Specifies how a Lottie animation repeats in the Blazor SKLottieView.
public enum SKLottieRepeatMode
Fields
Restart = 0Restart from the beginning after each cycle.
Reverse = 1Alternate between forward and backward (ping-pong) on each cycle.