This enumeration describes the different menu animation types.
Enumerator |
---|
NO_ANIMATION |
the menu popup is not animated.
|
UNFOLD |
the popup menu box is revealed from its top-left to right-bottom corner.
|
SLIDE |
the popup menu box moves smoothly from top to bottom.
|
FADE |
the popup menu box appears gradually.
|
SYSTEM_DEFAULT_ANIMATION |
the popup menu box appears with default (system-defined) animation effect.
|