# Titanium.UI.iOS.AnimationStyle

A set of constants for the animation styles used for view transitions.

One of the group of animation style constants

Availability
5.4.0
9.2.0

# Constants

# CROSS_DISSOLVE

Availability
6.1.0
9.2.0
CROSS_DISSOLVE :Number

A transition that dissolves from one view to the next.

Used with the transition property.


# CURL_DOWN

Availability
5.4.0
9.2.0
CURL_DOWN :Number

Curl downwards during a transition animation.

Used with the transition property.


# CURL_UP

Availability
5.4.0
9.2.0
CURL_UP :Number

Curl upwards during a transition animation.

Used with the transition property.


# FLIP_FROM_BOTTOM

Availability
6.1.0
9.2.0
FLIP_FROM_BOTTOM :Number

Flip from bottom to top during a transition animation.

Used with the transition property.


# FLIP_FROM_LEFT

Availability
5.4.0
9.2.0
FLIP_FROM_LEFT :Number

Flip from left to right during a transition animation.

Used with the transition property.


# FLIP_FROM_RIGHT

Availability
5.4.0
9.2.0
FLIP_FROM_RIGHT :Number

Flip from right to left during a transition animation.

Used with the transition property.


# FLIP_FROM_TOP

Availability
6.1.0
9.2.0
FLIP_FROM_TOP :Number

Flip from top to bottom during a transition animation.

Used with the transition property.


# NONE

Availability
5.4.0
9.2.0
NONE :Number

No animation.

Used with the transition property.