| Class | Description |
---|
| ColorFade |
Creates animated effects, like transitions for screen navigators, that
fade a display object to a solid color. |
| Cover |
Creates animated effects, like transitions for screen navigators, that
slide a display object into view, animating the `x` or `y` property, to
cover the content below it. |
| Cube |
Creates animated effects, like transitions for screen navigators, that
positions a display object in 3D space as if it is on a side of a cube,
and the cube may rotate up or down around the x-axis, or it may rotate
left or right around the y-axis.. |
| Fade |
Creates animated effects, like transitions for screen navigators, that
animates the `alpha` property of a display object to fade it in or out. |
| Flip |
Creates animated effects, like transitions for screen navigators, that
positions display objects in 3D space is if they are printed on opposite
sides of a postcard. |
| Iris |
Creates animated effects, like transitions for screen navigators, that
shows or hides a display object masked by a growing or shrinking circle. |
| Reveal |
Creates animated effects, like transitions for screen navigators, that
slides a display object out of view, animating the `x` or `y` property,
to reveal the content below it. |
| Slide |
Creates animated effects, like transitions for screen navigators, that
slides a display object from off-stage. |
| Wipe |
Creates animated effects, like transitions for screen navigators, that
wipes a display object out of view, revealing another display object
under the first. |