BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: Retrieving Data from Server...
Retrieving Data from Server...
 

fl.transitions.easing 

(Beta)

The fl.transitions.easing package contains classes that can be used with the fl.transitions classes to create easing effects. "Easing" refers to gradual acceleration or deceleration during an animation, which makes your animations appear more realistic. The classes in this package support several easing effects to enhance your animation.



Classes
 ClassDescription
 Back The Back class defines three easing functions to implement motion with ActionScript animations.
 Bounce The Bounce class defines three easing functions to implement bouncing motion with ActionScript animation, similar to a ball falling and bouncing on a floor with several decaying rebounds.
 Elastic The Elastic class defines three easing functions to implement motion with ActionScript animation, where the motion is defined by an exponentially decaying sine wave.
 None The None class defines easing functions to implement nonaccelerated motion with ActionScript animations.
 Regular The Regular class defines three easing functions to implement accelerated motion with ActionScript animations.
 Strong The Strong class defines three easing functions to implement motion with ActionScript animation.