new Quartic()
Quartic easing.
- Source code: tween/Easing.js (Line 141)
Public Methods
-
In(k) → {number}
-
Quartic ease-in.
Parameters
Name Type Description k
number The value to be tweened.
Returns
number -The tweened value.
- Source code: tween/Easing.js (Line 143)
-
InOut(k) → {number}
-
Quartic 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 169)
-
Out(k) → {number}
-
Quartic ease-out.
Parameters
Name Type Description k
number The value to be tweened.
Returns
number -The tweened value.
- Source code: tween/Easing.js (Line 156)