Transition Methods |
The Transition type exposes the following members.
| Name | Description | |
|---|---|---|
| add | Adds a property that should be animated as part of this transition. | |
| run | Starts the transition. | |
| run(Object, String, Object, ITransitionType) | Creates and immediately runs a transition on the property passed in. | |
| run(Object, String, Object, Object, ITransitionType) | Sets the property passed in to the initial value passed in, then creates and immediately runs a transition on it. | |
| runChain | Creates a TransitionChain and runs it. |