We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 930e0a2 + 54c5863 commit 4242572Copy full SHA for 4242572
nativescript-angular/animation-player.ts
@@ -226,6 +226,7 @@ export class NativeScriptAnimationPlayer implements AnimationPlayer {
226
val = val * (180.0 / Math.PI);
227
}
228
animationInfo.declarations.push({ property: "rotate", value: val });
229
+ break;
230
case "none":
231
animationInfo.declarations.push({ property: "scale", value: { x: 1, y: 1 } });
232
animationInfo.declarations.push({ property: "translate", value: { x: 0, y: 0 } });
0 commit comments