Animations framework.



Interfaces
 InterfaceDescription
 AdvancedTween The AdvancedTween interface extends Tween and add the support for event dispatching.
 TickBeacon A TickBeacon object is an object which provides time slicing in an application.
 TickListener A TickListener object is an object which will change in time according to the TickBeacon it listen.
 Tween The Tween interface defines a tween, a property animation performed on a target object over a period of time.
 TweenListener TweenListener defines rules for tween listeners.
Classes
 ClassDescription
 AbstractMultiTween The AbstractMultiTween class allow tweening of many object properties at the same time.
 AbstractTween The AbstractTween class.
 FPSBeacon FPSBeacon provides tick to its listeners based on the native ENTER_FRAME event.
 MSBeacon MSBeacon provides tick to its listeners based on the native TIMER event.
 MultiTweenFPS The MultiTweenFPS class.
 MultiTweenMS The MultiTweenMS class allow tweening of many properties at the same time using a MSBeacon timer.
 TweenEvent TweenEvent defines event model for Tween API.
 TweenFPS The TweenFPS class.
 TweenMS The TweenMS class.