Phaser API Documentation

  Version: 
remove(tween)

Description:

Removes the given Tween from this Tween Chain.

The removed tween is not destroyed. It is just removed from this Tween Chain.

If the given Tween is currently playing then the chain will automatically move to the next tween in the chain. If there are no more tweens, this chain will complete.

Parameters:

name type description
tween Phaser.Tweens.Tween

The Tween to be removed.

Returns:
Description:

This Tween Chain instance.

Since: 3.60.0