Phaser API Documentation

  Version: 
init()

Description:

Initializes the timeline, which means all Tweens get their init() called, and the total duration will be computed. Returns a boolean indicating whether the timeline is auto-started or not.

Returns:
Description:

true if the Timeline is started. false if it is paused.

Type:
  • boolean
Since: 3.0.0
Source: src/tweens/Timeline.js (Line 534)