Type Library Revision 2017.3060 Keywords easing, animation, transition, tween, interpolation See also Transitions (guide) easing
The transition library provides functions and methods to transition/tween display objects or display groups over a specific period of time. Library features include:
Ability to pause, resume, or cancel a transition (or all transitions).
Ability to tag several transitions by name and then pause, resume, or cancel all transitions sharing the same tag.
Ability to pause, resume, or cancel all transitions on an object-wide basis. For example, if you have applied a separate movement and fade transition to an object, this allows you to control both transitions at once.
41 easing methods based on Robert Penner's easing functions. These allow you to interpolate tweens across the transition time using methods such as quadratic, exponential, elastic, bounce, etc.
Various convenience methods such as blink()
, fadeIn()
, fadeOut()
, moveTo()
, moveBy()
, etc.