Phaser API Documentation

  Version: 
complete: boolean

Description:

Whether the Timeline is complete (true) or not (false).

A Timeline is considered complete when all of its events have been run.

If you wish to restart a Timeline after it has completed, you can do so by calling the Timeline.restart method.

You can also use the Timeline.stop method to stop a running Timeline, at any point, without resetting it.

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