Enum LottieAnimationView.LoopingModeType

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
7

Enumeration for what looping mode is in.

C#
Copy
public enum LoopingModeType
Name Description
AutoReverse

When the animation arrives at the end in looping mode, the animation reverses direction and runs backwards again.

Restart

When the animation arrives at the end in looping mode, the animation restarts from the beginning.