Quadratic easing.
Ease-in.
| Name | Type | Description |
|---|---|---|
k | number | The value to be tweened. |
k^2.
Ease-in/out.
| Name | Type | Description |
|---|---|---|
k | number | The value to be tweened. |
The tweened value.
Ease-out.
| Name | Type | Description |
|---|---|---|
k | number | The value to be tweened. |
k* (2-k).
© 2016 Richard Davey, Photon Storm Ltd.
Licensed under the MIT License.
http://phaser.io/docs/2.6.2/Phaser.Easing.Quadratic.html