new Quartic()
Quartic easing.
- Source:
- src/tween/Easing.js line 132
Methods
-
In(k)
-
Quartic ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 134
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Quartic ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 158
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Quartic ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 146
Returns:
The tweened value.
- Type
- number