Class: Cubic

Phaser.Easing. Cubic

new Cubic()

Cubic easing.

Source:

Methods

In(k) → {number}

Cubic ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
Returns:

The tweened value.

Type
number

InOut(k) → {number}

Cubic ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
Returns:

The tweened value.

Type
number

Out(k) → {number}

Cubic ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
Returns:

The tweened value.

Type
number
Phaser Copyright © 2012-2013 Photon Storm Ltd.
Documentation generated by JSDoc 3.2.0-dev on Wed Oct 23 2013 13:52:00 GMT+0100 (BST) using the DocStrap template.