Namespace: Quintic

Phaser.Math.Easing. Quintic

Methods


<static> In(v)

Quintic ease-in.

Parameters:
Name Type Description
v number

The value to be tweened.

Since: 3.0.0
Source: src/math/easing/quintic/In.js (Line 7)
Returns:

The tweened value.

Type
number

<static> InOut(v)

Quintic ease-in/out.

Parameters:
Name Type Description
v number

The value to be tweened.

Since: 3.0.0
Source: src/math/easing/quintic/InOut.js (Line 7)
Returns:

The tweened value.

Type
number

<static> Out(v)

Quintic ease-out.

Parameters:
Name Type Description
v number

The value to be tweened.

Since: 3.0.0
Source: src/math/easing/quintic/Out.js (Line 7)
Returns:

The tweened value.

Type
number