mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(animations): stop keyframe animations after View unloaded (#9421)
This commit is contained in:
@@ -450,6 +450,7 @@ export class CssState {
|
||||
|
||||
public onUnloaded(): void {
|
||||
this.unsubscribeFromDynamicUpdates();
|
||||
this.stopKeyframeAnimations();
|
||||
}
|
||||
|
||||
@profile
|
||||
|
||||
Reference in New Issue
Block a user