Enum LottieAnimationView.StopBehaviorType
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for what to do when the animation is stopped.
public enum LottieAnimationView.StopBehaviorType
Fields
Name | Description |
---|---|
CurrentFrame | When the animation is stopped, the current frame is shown. |
MaximumFrame | When the animation is stopped, the max frame (last frame) is shown. |
MinimumFrame | When the animation is stopped, the min frame (first frame) is shown. |