Enum Animation.LoopingModes

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for what looping mode is in.

C#
Copy
public enum LoopingModes : int
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)

Extension Methods