Skip to main content
Version: Phaser v4.0.0-rc.6

Phaser.Math.Easing.Quartic

Scope: static

Source: src/math/easing/quartic/index.js#L7

Static functions

In

<static> In(v)

Description:

Quartic ease-in.

Parameters:

nametypeoptionaldescription
vnumberNoThe value to be tweened.

Returns: number - The tweened value.

Source: src/math/easing/quartic/In.js#L7
Since: 3.0.0


InOut

<static> InOut(v)

Description:

Quartic ease-in/out.

Parameters:

nametypeoptionaldescription
vnumberNoThe value to be tweened.

Returns: number - The tweened value.

Source: src/math/easing/quartic/InOut.js#L7
Since: 3.0.0


Out

<static> Out(v)

Description:

Quartic ease-out.

Parameters:

nametypeoptionaldescription
vnumberNoThe value to be tweened.

Returns: number - The tweened value.

Source: src/math/easing/quartic/Out.js#L7
Since: 3.0.0