phaser / 2.6.2 / phaser.easing.back.html /

Class: Phaser.Easing.Back

Constructor

new Back()

Back easing.

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

Public Methods

In(k) → {number}

Back ease-in.

Parameters
Name Type Description
k number

The value to be tweened.

Returns
number -

The tweened value.

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

InOut(k) → {number}

Back 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 487)

Out(k) → {number}

Back ease-out.

Parameters
Name Type Description
k number

The value to be tweened.

Returns
number -

The tweened value.

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

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