Phaser API Documentation

  Version: 
makeActive(tween)

Description:

Passed a Tween to the Tween Manager and requests it be made active.

Parameters:

name type description
tween Phaser.Tweens.Tween

The tween object to make active.

Returns:
Description:

The Timeline's Tween Manager reference.

Since: 3.3.0
Source: src/tweens/Timeline.js (Line 604)