W3cubDocs

/Phaser

Class: Phaser.Easing.Linear

Constructor

new Linear()

Linear easing.

Source code: tween/Easing.js (Line 21)

Public Methods

None(k) → {number}

Linear Easing (no variation).

Parameters
Name Type Description
k number

The value to be tweened.

Returns
number -

k.

Source code: tween/Easing.js (Line 23)

© 2016 Richard Davey, Photon Storm Ltd.
Licensed under the MIT License.
http://phaser.io/docs/2.6.2/Phaser.Easing.Linear.html