Enum LottieAnimationView.PlayStateType
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for what state the vector animation is in
public enum LottieAnimationView.PlayStateType
Fields
Name | Description |
---|---|
Invalid | Invalid |
Paused | The vector animation is paused |
Playing | The vector animation is playing |
Stopped | Vector Animation has stopped |