Table of Contents

Property Repeat

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Repeat

Gets or sets how the animation repeats. Defaults to Never.

public SKLottieRepeat Repeat { get; set; }

Property Value

SKLottieRepeat

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.