| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the Animation Styles used for transition on table view rows.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| BOTTOM | Number |
The inserted row or rows slides in from the bottom; the deleted row or rows slides out toward the bottom. read-only |
| FADE | Number |
The inserted or deleted row or rows fades into or out of the table view. read-only |
| LEFT | Number |
The inserted row or rows slides in from the left; the deleted row or rows slides out to the left. read-only |
| NONE | Number |
No animation is performed. The new cell value appears as if the cell had just been reloaded. read-only |
| RIGHT | Number |
The inserted row or rows slides in from the right; the deleted row or rows slides out to the right. read-only |
| TOP | Number |
The inserted row or rows slides in from the top; the deleted row or rows slides out toward the top. read-only |