The Remove Animation Event.
This event is dispatched when an animation is removed from the global Animation Manager.
name | type | description |
---|---|---|
key | string |
The key of the Animation that was removed from the global Animation Manager. |
animation | Phaser.Animations.Animation |
An instance of the removed Animation. |