new Cubic()
Cubic easing.
- Source:
- src/tween/Easing.js line 92
Methods
-
In(k)
-
Cubic ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 94
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Cubic ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 120
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Cubic ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 107
Returns:
The tweened value.
- Type
- number