Property Repeat
Repeat
Gets or sets how the animation repeats. Defaults to Never.
public SKLottieRepeat Repeat { get; set; }
Property Value
Remarks
Changing this property resets the repeat counter and completion state but preserves the current playback direction. The direction phase is only reset when the animation actually hits a boundary and restarts, preventing abrupt mid-animation direction changes.