| Package | com.flashdynamix.motion.easing |
| Class | public dynamic class BackEaseParams |
See also
| Property | Defined by | ||
|---|---|---|---|
| overshoot : Number
Sets and returns the overshoot for the Back tween.
| BackEaseParams | ||
| Method | Defined by | ||
|---|---|---|---|
|
BackEaseParams(overshoot:Number = 2)
| BackEaseParams | ||
| overshoot | property |
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
| 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.
|