| | Class | Description |
| | AbstractTransition |
This abstract class defines the skeletal implementation of the ITransition interface. |
| | Ease |
The enumeration list of all easing method types. |
| | EasingController |
The EasingController register easing methods. |
| | EasingPolicy |
This enumeration class is a helper to define if a display or a component can use motions or not. |
| | FrameEngine |
This singleton create a virtual Frame interval with a onEnterFrame event. |
| | FrameTimer |
Constructs a new FrameTimer object with the specified delay and repeat state. |
| | Motion |
The Motion class. |
| | Timer |
This class extends the flash.utils.Timer class and implement the pegas.transitions.ITimer class. |
| | TransitionController |
The TransitionController register all the ITransition of the application. |
| | Tween |
The Tween class lets you use ActionScript to move, resize, and fade movie clips easily on the Stage by specifying a property of the target movie clip to be tween animated over a number of frames or seconds. |
| | TweenEntry |
A basic TweenEntry used in the Tween and TweenLite class. |
| | TweenLite |
The TweenLite class lets you use ActionScript to move, resize, and fade movie clips easily on the Stage by specifying a property of the target movie clip to be tween animated over a number of frames or seconds. |
| | TweenModel |
The model of the Tween class. |