Enum LottieAnimationView.LoopingModeType
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for what looping mode is in.
public enum LottieAnimationView.LoopingModeType
Fields
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. |