TransitionManager class

ActionScript Class Name mx.transitions.TransitionManager

The TransitionManager class and the effect-defining transition-based classes allow you to quickly apply impressive transition animation effects to slides and movie clips.

NOTE

The TransitionManager class is supported only if you are working in a document that specifies ActionScript 2.0 in its Publish Settings.

As its name implies, the TransitionManager class manages transitions. It allows you to apply one of ten animation effects to slides and movie clips. When creating custom components, you can use TransitionManager to apply animation effects to movie clips in your component's visual interface. The transition effects are defined in a set of transition classes that all extend the base class mx.transitions.Transition. You apply transitions through an instance of a TransitionManager only; you do not instantiate them directly. The TransitionManager class implements animation events.