Phaser API Documentation

  Version: 
Filter
Namespace: Expo
Phaser.Math.Easing.Expo

Methods

<static> In(v)
Focus
Focus

Description:

Exponential ease-in.

Parameters:

name type description
v number

The value to be tweened.

Returns:
Description:

The tweened value.

Type:
  • number
Since: 3.0.0
Source: src/math/easing/expo/In.js (Line 7)
Focus
Focus
<static> InOut(v)
Focus
Focus

Description:

Exponential ease-in/out.

Parameters:

name type description
v number

The value to be tweened.

Returns:
Description:

The tweened value.

Type:
  • number
Since: 3.0.0
Focus
Focus
<static> Out(v)
Focus
Focus

Description:

Exponential ease-out.

Parameters:

name type description
v number

The value to be tweened.

Returns:
Description:

The tweened value.

Type:
  • number
Since: 3.0.0
Focus
Focus