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)
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)
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)
new Exponential() Exponential easing. Source code: tween/Easing.js (Line 293)
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)
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)
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)
new Elastic() Elastic easing. Source code: tween/Easing.js (Line 393)
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)
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)
Page 426 of 535