Table of Contents

Enum SKLottieRepeatMode

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

Specifies how a Lottie animation repeats in the Blazor SKLottieView.

public enum SKLottieRepeatMode

Fields

Restart = 0

Restart from the beginning after each cycle.

Reverse = 1

Alternate between forward and backward (ping-pong) on each cycle.