Easing.Exponential#Out()

Out(k) → {number} Exponential ease-out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 308)

Easing.Exponential#InOut()

InOut(k) → {number} Exponential ease-in/out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 321)

Easing.Exponential#In()

In(k) → {number} Exponential ease-in. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 295)

Easing.Exponential#Exponential

new Exponential() Exponential easing. Source code: tween/Easing.js (Line 293)

Easing.Elastic#Out()

Out(k) → {number} Elastic ease-out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 413)

Easing.Elastic#InOut()

InOut(k) → {number} Elastic ease-in/out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 431)

Easing.Elastic#In()

In(k) → {number} Elastic ease-in. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 395)

Easing.Elastic#Elastic

new Elastic() Elastic easing. Source code: tween/Easing.js (Line 393)

Easing.Cubic#Out()

Out(k) → {number} Cubic ease-out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 107)

Easing.Cubic#InOut()

InOut(k) → {number} Cubic ease-in/out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 120)