Phaser.Easing. Bounce

new Bounce()

Bounce easing.

Source - tween/Easing.js, line 509

Methods

In(k) → {number}

Bounce ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 511

InOut(k) → {number}

Bounce ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 553

Out(k) → {number}

Bounce ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 524
Phaser Copyright © 2012-2015 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-alpha10 on Wed Jul 29 2015 14:57:54 GMT+0100 (GMT Daylight Time) using the DocStrap template.