The fl.motion.easing package contains classes that can be used with the fl.motion 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
 BackThe Back class defines three easing functions to implement motion with ActionScript animations.
 BounceThe 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.
 CircularThe Circular class defines three easing functions to implement motion with ActionScript animation.
 CubicThe Cubic class defines three easing functions to implement motion with ActionScript animation.
 ElasticThe Elastic class defines three easing functions to implement motion with ActionScript animation, where the motion is defined by an exponentially decaying sine wave.
 ExponentialThe Exponential class defines three easing functions to implement motion with ActionScript animation.
 LinearThe Linear class defines easing functions to implement non-accelerated motion with ActionScript animations.
 QuadraticThe Quadratic class defines three easing functions to implement accelerated motion with ActionScript animations.
 QuarticThe Quartic class defines three easing functions to implement motion with ActionScript animation.
 QuinticThe Quintic class defines three easing functions to implement motion with ActionScript animation.
 SineThe Sine class defines three easing functions to implement motion with ActionScript animation.