Interface Summary Interface | Description |
---|
Tweenable | The Tweenable interface allows modifying an object's attributes smoothly over time using Tween instances managed by the TweenEngine . |
---|
TweenEquation | An interface to generally apply a function to a value. |
---|
Class Summary Class | Description |
---|
Tween | A Tween is an interpolation between start values and target values over a given time period. |
---|
TweenEngine | The TweenEngine is the central manager for Tweens. |
---|
Enum Summary Enum | Description |
---|
TweenFunction | Easing equations based on Robert Penner's work: http://robertpenner.com/easing/ |
---|
TweenType | The TweenType determines which values of a Tweenable} will be modified by a Tween . |
---|