new Back()
Back easing.
- Source:
- src/tween/Easing.js line 433
Methods
-
In(k)
-
Back ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 435
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Back ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 461
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Back ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 448
Returns:
The tweened value.
- Type
- number