mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed: Change of CSS class during animation execution does not apply on Android
This commit is contained in:
@@ -88,6 +88,7 @@ export class CssSelector {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
view._unregisterAllAnimations();
|
||||||
if (this.animations && view.isLoaded && view._nativeView !== undefined) {
|
if (this.animations && view.isLoaded && view._nativeView !== undefined) {
|
||||||
for (let animationInfo of this.animations) {
|
for (let animationInfo of this.animations) {
|
||||||
let animation = keyframeAnimation.KeyframeAnimation.keyframeAnimationFromInfo(animationInfo, modifier);
|
let animation = keyframeAnimation.KeyframeAnimation.keyframeAnimationFromInfo(animationInfo, modifier);
|
||||||
|
|||||||
Reference in New Issue
Block a user