Phaser API Documentation

  Version: 
killTweensOf(target)

Description:

Stops all Tweens which affect the given target or array of targets. The Tweens will be removed from the Tween Manager at the start of the frame.

Parameters:

name type description
target object | array

The target to look for. Provide an array to look for multiple targets.

Returns:
Description:

This Tween Manager.

Since: 3.0.0