Enum Animation.EndActions

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for what to do when the animation ends, stopped, or destroyed.

C#
Copy
public enum EndActions
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.