Phaser API Documentation

  Version: 
isPlaying()

Description:

Returns true if this Timeline is currently playing.

A Timeline is playing if it is not paused or not complete.

Returns:
Description:

true if this Timeline is playing, otherwise false.

Type:
  • boolean
Since: 3.60.0
Source: src/time/Timeline.js (Line 549)