Scope: static
Source: src/math/easing/back/index.js#L7
Static functions
In
<static> In(v, [overshoot])
Description:
Back ease-in.
Parameters:
name | type | optional | default | description |
---|---|---|---|---|
v | number | No | The value to be tweened. | |
overshoot | number | Yes | 1.70158 | The overshoot amount. |
Returns: number - The tweened value.
Source: src/math/easing/back/In.js#L7
Since: 3.0.0
InOut
<static> InOut(v, [overshoot])
Description:
Back ease-in/out.
Parameters:
name | type | optional | default | description |
---|---|---|---|---|
v | number | No | The value to be tweened. | |
overshoot | number | Yes | 1.70158 | The overshoot amount. |
Returns: number - The tweened value.
Source: src/math/easing/back/InOut.js#L7
Since: 3.0.0
Out
<static> Out(v, [overshoot])
Description:
Back ease-out.
Parameters:
name | type | optional | default | description |
---|---|---|---|---|
v | number | No | The value to be tweened. | |
overshoot | number | Yes | 1.70158 | The overshoot amount. |
Returns: number - The tweened value.
Source: src/math/easing/back/Out.js#L7
Since: 3.0.0