Phaser API Documentation

  Version: 
<static> In(v, [overshoot])

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)