Packagecom.flashdynamix.motion.easing
Classpublic dynamic class ElasticEaseParams

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

See also

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


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
ElasticEaseParams(amplitude:Number = 0.7, period:Number = 0.3)
ElasticEaseParams
Property detail
amplitudeproperty
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
periodproperty 
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
Constructor detail
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.