| | Class | Description |
| | Back |
The Back class defines three easing functions to implement
motion with ActionScript animations. |
| | Bounce |
The Bounce class defines three easing functions to implement
bouncing motion with ActionScript animation, similar to a ball
falling and bouncing on a floor with several decaying rebounds. |
| | Circular |
The Circular class defines three easing functions to implement
motion with ActionScript animation. |
| | Cubic |
The Cubic class defines three easing functions to implement
motion with ActionScript animation. |
| | Elastic |
The Elastic class defines three easing functions to implement
motion with ActionScript animation, where the motion is defined by
an exponentially decaying sine wave. |
| | Exponential |
The Exponential class defines three easing functions to implement
motion with ActionScript animation. |
| | Linear |
The Linear class defines easing functions to implement
non-accelerated motion with ActionScript animations. |
| | Quadratic |
The Quadratic class defines three easing functions to implement
accelerated motion with ActionScript animations. |
| | Quartic |
The Quartic class defines three easing functions to implement
motion with ActionScript animation. |
| | Quintic |
The Quintic class defines three easing functions to implement
motion with ActionScript animation. |
| | Sine |
The Sine class defines three easing functions to implement
motion with ActionScript animation. |