Phaser API Documentation

  Version: 
tweenchain(config)

Description:

Creates a new TweenChain object and returns it, without adding it to the Tween Manager.

Note: This method will only be available if Tweens have been built into Phaser.

Parameters:

name type description
config object | Phaser.Types.Tweens.TweenBuilderConfig

The TweenChain configuration.

Returns:
Description:

The TweenChain that was created.

Since: 3.60.0