Enum Animation.LoopingModes
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for what looping mode is in.
public enum Animation.LoopingModes
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. (Default) |