# Titanium.UI.iOS.RowAnimationStyle

A set of constants for the Animation Styles used for transition on table view rows.

Availability
0.9
9.2.0

# Constants

# BOTTOM

Availability
0.9
9.2.0
BOTTOM :Number

The inserted row or rows slides in from the bottom; the deleted row or rows slides out toward the bottom.


# FADE

Availability
0.9
9.2.0
FADE :Number

The inserted or deleted row or rows fades into or out of the table view.


# LEFT

Availability
0.9
9.2.0
LEFT :Number

The inserted row or rows slides in from the left; the deleted row or rows slides out to the left.


# NONE

Availability
0.9
9.2.0
NONE :Number

No animation is performed. The new cell value appears as if the cell had just been reloaded.


Availability
0.9
9.2.0
RIGHT :Number

The inserted row or rows slides in from the right; the deleted row or rows slides out to the right.


# TOP

Availability
0.9
9.2.0
TOP :Number

The inserted row or rows slides in from the top; the deleted row or rows slides out toward the top.