Class: Back

Phaser.Easing. Back

new Back()

Back easing.

Source - tween/Easing.js, line 446

Methods

In(k) → {number}

Back ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 453

InOut(k) → {number}

Back ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 481

Out(k) → {number}

Back ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 467
Phaser Copyright © 2012-2014 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-dev on Sat Nov 15 2014 19:54:34 GMT-0000 (GMT) using the DocStrap template.