| Class | Description |
---|
| Effect |
Effect is the base class for effects in FlexJS. |
| Fade |
The Fade effect animates a UI component's alpha or opacity. |
| Move |
The Move effect animates a UI component's x or y position. |
| Parallel |
The Parallel effect animates set of effects at the
same time. |
| PlatformWiper |
Helper class for Wipe effects. |
| Resize |
The Resize effect animates a UI component's width or height. |
| Sequence |
The Sequence effect animates a set of effects one
at a time. |
| Tween |
Tween is the underlying animation class for the effects in FlexJS. |
| Wipe |
The Fade effect animates a UI component's alpha or opacity. |