Enum TransitionCondition
Definition
- Assembly:
- Tizen.NUI.dll
The conditions for transitions.
[Flags]
public enum TransitionCondition
Fields
Name | Description |
---|---|
Add | Animate adding item. |
ChangeOnAdd | Animation when an item changes due to a being added. |
ChangeOnRemove | Animation when an item changes due to a being removed. |
LayoutChanged | Animate changing layout to another layout. |
Remove | Animate removing item. |
Unspecified | Default when a condition has not been set. |