Phaser API Documentation

  Version: 
createTimeline([config])

Description:

Create a Tween Timeline and return it, but do NOT add it to the active or pending Tween lists.

Parameters:

name type arguments description
config Phaser.Types.Tweens.TimelineBuilderConfig <optional>

The configuration object for the Timeline and its Tweens.

Returns:
Description:

The created Timeline object.

Since: 3.0.0