InOut(k) → {number}
Quintic ease-in/out.
Parameters
Name | Type | Description |
---|---|---|
k | number | The value to be tweened. |
Returns
number -
The tweened value.
- Source code: tween/Easing.js (Line 218)
InOut(k) → {number}
Quintic ease-in/out.
Name | Type | Description |
---|---|---|
k | number | The value to be tweened. |
The tweened value.
Please login to continue.