new Bounce()
Bounce easing.
- Source:
- src/tween/Easing.js line 482
Methods
-
In(k)
-
Bounce ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 484
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Bounce ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 523
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Bounce ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 496
Returns:
The tweened value.
- Type
- number