Class: Elastic

Phaser.Easing. Elastic

new Elastic()

Elastic easing.

Source:

Methods

In(k) → {number}

Elastic ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
Returns:

The tweened value.

Type
number

InOut(k) → {number}

Elastic ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
Returns:

The tweened value.

Type
number

Out(k) → {number}

Elastic ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Source:
Returns:

The tweened value.

Type
number