- Source: src/math/easing/back/index.js (Line 7)
Methods
-
<static> In(v [, overshoot])
-
Back ease-in.
Parameters:
Name Type Argument Default Description v
number The value to be tweened.
overshoot
number <optional>
1.70158 The overshoot amount.
- Since: 3.0.0
- Source: src/math/easing/back/In.js (Line 7)
Returns:
The tweened value.
- Type
- number
-
<static> InOut(v [, overshoot])
-
Back ease-in/out.
Parameters:
Name Type Argument Default Description v
number The value to be tweened.
overshoot
number <optional>
1.70158 The overshoot amount.
- Since: 3.0.0
- Source: src/math/easing/back/InOut.js (Line 7)
Returns:
The tweened value.
- Type
- number
-
<static> Out(v [, overshoot])
-
Back ease-out.
Parameters:
Name Type Argument Default Description v
number The value to be tweened.
overshoot
number <optional>
1.70158 The overshoot amount.
- Since: 3.0.0
- Source: src/math/easing/back/Out.js (Line 7)
Returns:
The tweened value.
- Type
- number