new Elastic()
Elastic easing.
- Source:
- src/tween/Easing.js line 393
Methods
-
In(k)
-
Elastic ease-in.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 395
Returns:
The tweened value.
- Type
- number
-
InOut(k)
-
Elastic ease-in/out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 431
Returns:
The tweened value.
- Type
- number
-
Out(k)
-
Elastic ease-out.
Parameters:
Name Type Description k
number The value to be tweened.
- Source:
- src/tween/Easing.js line 413
Returns:
The tweened value.
- Type
- number