Table of Contents

Enum SKLottieRepeatMode

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

Specifies how a Lottie animation repeats.

public enum SKLottieRepeatMode

Fields

Restart = 0

The animation restarts from the beginning when repeating.

Reverse = 1

The animation reverses direction when repeating (ping-pong).