Class: Exponential

Phaser.Easing. Exponential

new Exponential()

Exponential easing.

Source:
src/tween/Easing.js line 309

Methods

In(k)

Exponential ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
src/tween/Easing.js line 311
Returns:

The tweened value.

Type
number

InOut(k)

Exponential ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
src/tween/Easing.js line 339
Returns:

The tweened value.

Type
number

Out(k)

Exponential ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
src/tween/Easing.js line 325
Returns:

The tweened value.

Type
number

phaser-ce@2.11.1 is on GitHub and NPM

Documentation generated by JSDoc 3.5.4 on 2018-10-02 using Tomorrow.