Enum TransitionCondition

Definition

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

The conditions for transitions.

C#
Copy
[Flags] public enum TransitionCondition
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.