fix(animations): ensure animations work with web-workers (#12656)
This commit is contained in:

committed by
Victor Berchet

parent
7cab30f85d
commit
19e869e7c9
@ -100,6 +100,7 @@ export class AnimationSequencePlayer implements AnimationPlayer {
|
||||
this._onFinish();
|
||||
this._players.forEach(player => player.destroy());
|
||||
this._destroyed = true;
|
||||
this._activePlayer = new NoOpAnimationPlayer();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user