Phaser API Documentation

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

Methods

<static> In(v, [overshoot])
Focus
Focus

Description:

Back ease-in.

Parameters:

name type arguments Default description
v number

The value to be tweened.

overshoot number <optional> 1.70158

The overshoot amount.

Returns:
Description:

The tweened value.

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

Description:

Back ease-in/out.

Parameters:

name type arguments Default description
v number

The value to be tweened.

overshoot number <optional> 1.70158

The overshoot amount.

Returns:
Description:

The tweened value.

Type:
  • number
Since: 3.0.0
Focus
Focus
<static> Out(v, [overshoot])
Focus
Focus

Description:

Back ease-out.

Parameters:

name type arguments Default description
v number

The value to be tweened.

overshoot number <optional> 1.70158

The overshoot amount.

Returns:
Description:

The tweened value.

Type:
  • number
Since: 3.0.0
Focus
Focus