The fl.transitions.package contains classes that let you use ActionScript to create animation effects. You use the Tween and TransitionManager classes as the primary classes for customizing animation in ActionScript 3.0.



Classes
 ClassDescription
 BlindsThe Blinds class reveals the movie clip object by using appearing or disappearing rectangles.
 FadeThe Fade class fades the movie clip object in or out.
 FlyThe Fly class slides the movie clip object in from a specified direction.
 IrisThe Iris class reveals the movie clip object by using an animated mask of a square shape or a circle shape that zooms in or out.
 PhotoMakes the movie clip object appear or disappear like a photographic flash.
 PixelDissolveThe PixelDissolve class reveals reveals the movie clip object by using randomly appearing or disappearing rectangles in a checkerboard pattern.
 RotateThe Rotate class rotates the movie clip object.
 SqueezeThe Squeeze class scales the movie clip object horizontally or vertically.
 TransitionThe Transition class is the base class for all transition classes.
 TransitionManagerThe TransitionManager class defines animation effects.
 TweenThe Tween class lets you use ActionScript to move, resize, and fade movie clips by specifying a property of the target movie clip to animate over a number of frames or seconds.
 TweenEventThe TweenEvent class represents events that are broadcast by the fl.transitions.Tween class.
 WipeThe Wipe class reveals or hides the movie clip object by using an animated mask of a shape that moves horizontally.
 ZoomThe Zoom class zooms the movie clip object in or out by scaling it in proportion.