Class: Quintic

Phaser.Easing. Quintic

new Quintic()

Quintic easing.

Source:
src/tween/Easing.js line 178

Methods

In(k)

Quintic ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

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

The tweened value.

Type
number

InOut(k)

Quintic ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

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

The tweened value.

Type
number

Out(k)

Quintic ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

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

The tweened value.

Type
number

phaser-ce@2.20.0 is on GitHub and NPM

Documentation generated by JSDoc 3.6.7 on 2022-12-10 using Tomorrow.