fix(animations): stop keyframe animations after View unloaded (#9421)

This commit is contained in:
Jason Cassidy
2021-05-30 19:56:28 +01:00
committed by GitHub
parent d589ac6000
commit 04381fa3e7

View File

@@ -450,6 +450,7 @@ export class CssState {
public onUnloaded(): void {
this.unsubscribeFromDynamicUpdates();
this.stopKeyframeAnimations();
}
@profile