| Package | com.flashdynamix.motion.easing |
| Class | public dynamic class ElasticEaseParams |
See also
| Property | Defined by | ||
|---|---|---|---|
| amplitude : Number
Sets and returns the amplitude (how much) of the sine wave for the Elastic tween.
| ElasticEaseParams | ||
| period : Number
Sets and returns the period (how often) of the sine wave for the Elastic tween.
| ElasticEaseParams | ||
| Method | Defined by | ||
|---|---|---|---|
|
ElasticEaseParams(amplitude:Number = 0.7, period:Number = 0.3)
| ElasticEaseParams | ||
| amplitude | property |
amplitude:Number [read-write]Sets and returns the amplitude (how much) of the sine wave for the Elastic tween.
Implementation public function get amplitude():Number
public function set amplitude(value:Number):void
| period | property |
period:Number [read-write]Sets and returns the period (how often) of the sine wave for the Elastic tween.
Implementation public function get period():Number
public function set period(value:Number):void
| ElasticEaseParams | () | constructor |
public function ElasticEaseParams(amplitude:Number = 0.7, period:Number = 0.3)Parameters
amplitude:Number (default = 0.7) — Sets the amplitude (how much) of the sine wave for the Elastic tween.
|
|
period:Number (default = 0.3) — Sets the period (how often) of the sine wave for the Elastic tween.
|