Transition Class |
Namespace: Transitions
public class Transition
The Transition type exposes the following members.
Name | Description | |
---|---|---|
Transition |
Constructor. You pass in the object that holds the properties
that you are performing transitions on.
|
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.
|
Name | Description | |
---|---|---|
TransitionCompletedEvent |
Event raised when the transition hass completed.
|