In(k) → {number} Cubic ease-in. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 94)
new Cubic() Cubic easing. Source code: tween/Easing.js (Line 92)
Out(k) → {number} Circular ease-out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 359)
InOut(k) → {number} Circular 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 372)
In(k) → {number} Circular ease-in. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 346)
new Circular() Circular easing. Source code: tween/Easing.js (Line 344)
Out(k) → {number} Bounce ease-out. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 524)
InOut(k) → {number} Bounce 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 553)
In(k) → {number} Bounce ease-in. Parameters Name Type Description k number The value to be tweened. Returns number - The tweened value. Source code: tween/Easing.js (Line 511)
new Bounce() Bounce easing. Source code: tween/Easing.js (Line 509)
Page 427 of 535