Click or drag to resize

Transition Methods

The Transition type exposes the following members.

Methods
  NameDescription
Public methodadd
Adds a property that should be animated as part of this transition.
Public methodrun
Starts the transition.
Public methodStatic memberrun(Object, String, Object, ITransitionType)
Creates and immediately runs a transition on the property passed in.
Public methodStatic memberrun(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.
Public methodStatic memberrunChain
Creates a TransitionChain and runs it.
Top
See Also