# Titanium.UI.iOS.RowAnimationStyle
A set of constants for the Animation Styles used for transition on table view rows.
# Constants
# BOTTOM
BOTTOM :Number
The inserted row or rows slides in from the bottom; the deleted row or rows slides out toward the bottom.
# LEFT
LEFT :Number
The inserted row or rows slides in from the left; the deleted row or rows slides out to the left.
# NONE
NONE :Number
No animation is performed. The new cell value appears as if the cell had just been reloaded.
# RIGHT
RIGHT :Number
The inserted row or rows slides in from the right; the deleted row or rows slides out to the right.
# TOP
TOP :Number
The inserted row or rows slides in from the top; the deleted row or rows slides out toward the top.