Packagecom.flashdynamix.motion.easing
Classpublic dynamic class BackEaseParams

Ease params designed specifically for use with the Back ease equation.

See also

com.flashdynamix.motion.TweensyTimeline.easeParams
fl.motion.easing.Back


Public Properties
 PropertyDefined by
  overshoot : Number
Sets and returns the overshoot for the Back tween.
BackEaseParams
Public Methods
 MethodDefined by
  
BackEaseParams(overshoot:Number = 2)
BackEaseParams
Property detail
overshootproperty
overshoot:Number  [read-write]

Sets and returns the overshoot for the Back tween. Where the higher the value, the greater the overshoot.

Implementation
    public function get overshoot():Number
    public function set overshoot(value:Number):void
Constructor detail
BackEaseParams()constructor
public function BackEaseParams(overshoot:Number = 2)

Parameters
overshoot:Number (default = 2) — Sets the overshoot for the Back tween. Where the higher the value, the greater the overshoot.