User Guide
TransitionManager class summary 1239
TransitionManager class summary
The following sections list the methods, properties, and events for the
TransitionManager class.
Method summary for the TransitionManager class
The following table lists the methods of the TransitionManager class.
Property summary for the TransitionManager class
The following table lists the properties of the TransitionManager class.
Event summary for the TransitionManager class
The following table lists the events of the TransitionManager class.
Method Description
TransitionManager.start() Creates a new TransitionManager instance,
designates the target object, applies a transition,
and starts the transition.
TransitionManager.startTransition() Creates a transition instance and starts it.
TransitionManager.toString() Returns the type of the TransitionManager as
a string.
Property Description
TransitionManager.content The movie clip instance to which TransitionManager
is to apply a transition.
TransitionManager.contentAppearance An object that contains the saved visual properties of
the content (target movie clip) to which the
transitions will be applied. This property is read-only.
Event Description
TransitionManager.allTransitionsInDone Broadcast by a TransitionManager instance
when it completes a transition with a direction
property of mx.transitions.Transition.IN.
TransitionManager.allTransitionsOutDone Broadcast by a TransitionManager instance
when it completes a transition with a direction
property of mx.transitions.Transition.OUT.