Titanium.UI.iPhone.AnimationStyle

Object of Titanium.UI.iPhone.
Platform Since
iPhone 0.9
iPad 0.9

Summary

A set of constants for the Animation Styles used for transitions.

Methods

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.

Properties

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

Events

This type has no events.