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.3.0-dev on Thu Nov 28 2013 15:56:28 GMT-0000 (GMT) using the DocStrap template.