- Source: src/math/easing/cubic/index.js (Line 7)
Methods
-
<static> In(v)
-
Cubic ease-in.
Parameters:
Name Type Description v
number The value to be tweened.
- Since: 3.0.0
- Source: src/math/easing/cubic/In.js (Line 7)
Returns:
The tweened value.
- Type
- number
-
<static> InOut(v)
-
Cubic ease-in/out.
Parameters:
Name Type Description v
number The value to be tweened.
- Since: 3.0.0
- Source: src/math/easing/cubic/InOut.js (Line 7)
Returns:
The tweened value.
- Type
- number
-
<static> Out(v)
-
Cubic ease-out.
Parameters:
Name Type Description v
number The value to be tweened.
- Since: 3.0.0
- Source: src/math/easing/cubic/Out.js (Line 7)
Returns:
The tweened value.
- Type
- number