fix(animations): ensure animations work with web-workers (#12656)

This commit is contained in:
Matias Niemelä
2016-11-10 11:53:50 -08:00
committed by Victor Berchet
parent 7cab30f85d
commit 19e869e7c9
16 changed files with 765 additions and 38 deletions

View File

@ -100,6 +100,7 @@ export class AnimationSequencePlayer implements AnimationPlayer {
this._onFinish();
this._players.forEach(player => player.destroy());
this._destroyed = true;
this._activePlayer = new NoOpAnimationPlayer();
}
}