# Titanium.UI.iOS.AnimationStyle
A set of constants for the animation styles used for view transitions.
One of the group of animation style constants
# Constants
# CROSS_DISSOLVE
CROSS_DISSOLVE :Number
A transition that dissolves from one view to the next.
Used with the transition property.
# CURL_DOWN
CURL_DOWN :Number
Curl downwards during a transition animation.
Used with the transition property.
# CURL_UP
CURL_UP :Number
Curl upwards during a transition animation.
Used with the transition property.
# FLIP_FROM_BOTTOM
FLIP_FROM_BOTTOM :Number
Flip from bottom to top during a transition animation.
Used with the transition property.
# FLIP_FROM_LEFT
FLIP_FROM_LEFT :Number
Flip from left to right during a transition animation.
Used with the transition property.
# FLIP_FROM_RIGHT
FLIP_FROM_RIGHT :Number
Flip from right to left during a transition animation.
Used with the transition property.
# FLIP_FROM_TOP
FLIP_FROM_TOP :Number
Flip from top to bottom during a transition animation.
Used with the transition property.