InOut(k) → {number}
Quartic 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 169)
 
InOut(k) → {number}
Quartic ease-in/out.
| Name | Type | Description | 
|---|---|---|
k |  number | The value to be tweened.  |  
The tweened value.
Please login to continue.