mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #1985 from NativeScript/raikov/fix-1977
Fixed: Change of CSS class during animation execution does not apply …
This commit is contained in:
@ -88,6 +88,7 @@ export class CssSelector {
|
||||
}
|
||||
}
|
||||
});
|
||||
view._unregisterAllAnimations();
|
||||
if (this.animations && view.isLoaded && view._nativeView !== undefined) {
|
||||
for (let animationInfo of this.animations) {
|
||||
let animation = keyframeAnimation.KeyframeAnimation.keyframeAnimationFromInfo(animationInfo, modifier);
|
||||
|
Reference in New Issue
Block a user