Enum Popup.AnimationModeType
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
The animation modes within the popup.
Choose from a predefined mode or "CUSTOM" to use the ANIMATION_IN and ANIMATION_OUT properties.
public enum Popup.AnimationModeType
Fields
Name | Description |
---|---|
Custom | Use the EntryAnimation and ExitAnimation animation properties. |
Fade | Popup fades in and out |
None | No animation. |
Zoom | Popup zooms in and out animating the scale property. |