Interpolation follows the mathematical formula associated with the easing function.
Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half.
Interpolation follows 100% interpolation minus the output of the formula associated with the easing function.
Given an input gradient between 0 and 1, this returns the corresponding value of the easing function.
Defines the value between 0 and 1 we want the easing value for
the corresponding value on the curve defined by the easing function
Gets the current easing mode.
the easing mode
Sets the easing mode of the current function.
Defines the willing mode (EASINGMODE_EASEIN, EASINGMODE_EASEOUT or EASINGMODE_EASEINOUT)
Generated using TypeDoc
Base class used for every default easing function.
http://doc.babylonjs.com/babylon101/animations#easing-functions