| Class | Description |
---|
| ColorFade |
Creates animated transitions for screen navigators that fade a display
object to a solid color. |
| Cover |
Creates animated transitions for screen navigators that slide a new
display object into view by animating the x and
y properties, while covering an existing display object that
remains stationary below. |
| Cube |
Creates animated transitions for screen navigators that position 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. |
| EffectInterruptBehavior |
Constants for determining how an effect behaves when it is interrupted. |
| Fade |
Creates effects for Feathers components and transitions for screen
navigators, that animate the alpha property of a display
object to make it fade in or out. |
| Flip |
Creates animated transitions for screen navigators that position display
objects in 3D space is if they are printed on opposite sides of a
postcard. |
| Iris |
Creates effects for Feathers components and transitions for screen
navigators that show or hide a display object masked by a growing or
shrinking circle. |
| Move |
An effect that animates a component's x and y
position. |
| Parallel |
Combines multiple effects that play at the same time, in parallel. |
| Resize |
An effect that animates a component's width and
height dimensions. |
| Reveal |
Creates animated transitions for screen navigators that slide a display
object out of view, by animating the x or y
property, while revealing an existing display object that
remains stationary below. |
| Sequence |
Combines multiple effects that play one after another in sequence. |
| Slide |
Creates animated transitions for screen navigators that slides two
display objects in the same direction (replacing one with the other) like
a classic slide carousel. |
| Wipe |
Creates effects for Feathers components and transitions for screen
navigators that wipe a display object out of view, revealing another
display object under the first. |