Enum Animation.EndActions
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for what to do when the animation ends, stopped, or destroyed.
public enum Animation.EndActions
Fields
Name | Description |
---|---|
Cancel | When the animation ends, the animated property values are saved. |
Discard | When the animation ends, the animated property values are forgotten. |
StopFinal | If the animation is stopped, the animated property values are saved as if the animation had run to completion, otherwise behaves like cancel. |