Class: Quartic

Phaser.Easing. Quartic

new Quartic()

Quartic easing.

Source:
src/tween/Easing.js line 141

Methods

In(k)

Quartic ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

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

The tweened value.

Type
number

InOut(k)

Quartic ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

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

The tweened value.

Type
number

Out(k)

Quartic ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

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

The tweened value.

Type
number

phaser-ce@2.8.8 is on GitHub and NPM

Documentation generated by JSDoc 3.5.4 on 2017-09-25 using Tomorrow.