Module: EasingFunction

Easing functions for use with TweenCollection. These function are from Tween.js and Robert Penner. See the Tween.js graphs for each function.
Source:

Members

(static, constant) BACK_IN :EasingFunction~Callback

Back in.
Type:
Source:

(static, constant) BACK_IN_OUT :EasingFunction~Callback

Back in then out.
Type:
Source:

(static, constant) BACK_OUT :EasingFunction~Callback

Back out.
Type:
Source:

(static, constant) BOUNCE_IN :EasingFunction~Callback

Bounce in.
Type:
Source:

(static, constant) BOUNCE_IN_OUT :EasingFunction~Callback

Bounce in then out.
Type:
Source:

(static, constant) BOUNCE_OUT :EasingFunction~Callback

Bounce out.
Type:
Source:

(static, constant) CIRCULAR_IN :EasingFunction~Callback

Circular in.
Type:
Source:

(static, constant) CIRCULAR_IN_OUT :EasingFunction~Callback

Circular in then out.
Type:
Source:

(static, constant) CIRCULAR_OUT :EasingFunction~Callback

Circular out.
Type:
Source:

(static, constant) CUBIC_IN :EasingFunction~Callback

Cubic in.
Type:
Source:

(static, constant) CUBIC_IN_OUT :EasingFunction~Callback

Cubic in then out.
Type:
Source:

(static, constant) CUBIC_OUT :EasingFunction~Callback

Cubic out.
Type:
Source:

(static, constant) ELASTIC_IN :EasingFunction~Callback

Elastic in.
Type:
Source:

(static, constant) ELASTIC_IN_OUT :EasingFunction~Callback

Elastic in then out.
Type:
Source:

(static, constant) ELASTIC_OUT :EasingFunction~Callback

Elastic out.
Type:
Source:

(static, constant) EXPONENTIAL_IN :EasingFunction~Callback

Exponential in.
Type:
Source:

(static, constant) EXPONENTIAL_IN_OUT :EasingFunction~Callback

Exponential in then out.
Type:
Source:

(static, constant) EXPONENTIAL_OUT :EasingFunction~Callback

Exponential out.
Type:
Source:

(static, constant) LINEAR_NONE :EasingFunction~Callback

Linear easing.
Type:
Source:

(static, constant) QUADRACTIC_IN :EasingFunction~Callback

Quadratic in.
Type:
Source:

(static, constant) QUADRACTIC_IN_OUT :EasingFunction~Callback

Quadratic in then out.
Type:
Source:

(static, constant) QUADRACTIC_OUT :EasingFunction~Callback

Quadratic out.
Type:
Source:

(static, constant) QUARTIC_IN :EasingFunction~Callback

Quartic in.
Type:
Source:

(static, constant) QUARTIC_IN_OUT :EasingFunction~Callback

Quartic in then out.
Type:
Source:

(static, constant) QUARTIC_OUT :EasingFunction~Callback

Quartic out.
Type:
Source:

(static, constant) QUINTIC_IN :EasingFunction~Callback

Quintic in.
Type:
Source:

(static, constant) QUINTIC_IN_OUT :EasingFunction~Callback

Quintic in then out.
Type:
Source:

(static, constant) QUINTIC_OUT :EasingFunction~Callback

Quintic out.
Type:
Source:

(static, constant) SINUSOIDAL_IN :EasingFunction~Callback

Sinusoidal in.
Type:
Source:

(static, constant) SINUSOIDAL_IN_OUT :EasingFunction~Callback

Sinusoidal in then out.
Type:
Source:

(static, constant) SINUSOIDAL_OUT :EasingFunction~Callback

Sinusoidal out.
Type:
Source: