Phaser API Documentation

  Version: 
paused: boolean

Description:

Whether the Timeline is running (true) or active (false).

When paused, the Timeline will not run any of its actions.

By default a Timeline is always paused and should be started by calling the Timeline.play method.

You can use the Timeline.pause and Timeline.resume methods to control this value in a chainable way.

Type:
boolean
Default: true
Since: 3.60.0
Source: src/time/Timeline.js (Line 129)