| Class | Description |
| AlphaAnimation |
The 'AlphaAnimation' class animates the 'alpha' property of a display object. |
| BlurAnimation |
The 'BlurAnimation' class animates the blur filter of the target object. |
| BrightnessAnimation |
The 'BrightnessAnimation' class animates the brightness of any colorable
display object. |
| ColorAnimation |
The 'ColorAnimation' class animates the color of a display object. |
| ContrastAnimation |
The 'ContrastAnimation' class animates the contrast of any colorable
display object. |
| FilterAnimation |
The 'FilterAnimation' class animates the property of any object's filter to a
specified target value. |
| FunctionsAnimation |
The 'FunctionsAnimation' class animates any value that is accessed through get
and set functions instead of getter/setters. |
| HueAnimation |
The 'HueAnimation' class animates the hue of any colorable display object. |
| MoveAnimation |
The 'MoveAnimation' class animates the 'x' and 'y' coordinates of a display object. |
| PropertyAnimation |
The 'PropertyAnimation' class animates any property of any object. |
| PulseAnimation |
The 'PulseAnimation' class animates any object's property back and forth
between a minimum and maximum value using a sine wave. |
| RotationAnimation |
Animates the 'rotation' property of a display object to the desired target value. |
| SaturationAnimation |
The 'SaturationAnimation' class animates the saturation of any colorable
display object. |
| ScaleAnimation |
The 'ScaleAnimation' class animates the 'scaleX' and 'scaleY' properties of a
display object. |
| SizeAnimation |
The 'SizeAnimation' class animates the 'width' and 'height' properties of a
display object. |