| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the Animation Styles used for transitions.
| 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 |
|---|---|---|
| CURL_DOWN | Number |
Curl downwards during a transition animation read-only |
| CURL_UP | Number |
Curl upwards during a transition animation read-only |
| FLIP_FROM_LEFT | Number |
Flip from left to right during a transition animation read-only |
| FLIP_FROM_RIGHT | Number |
Flip from right to left during a transition animation read-only |
| NONE | Number |
No animation read-only |