We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea84027 commit 2243b42Copy full SHA for 2243b42
nativescript-angular/animations/animation-driver.ts
@@ -68,6 +68,10 @@ class Selector {
68
}
69
70
export class NativeScriptAnimationDriver implements AnimationDriver {
71
+ validateStyleProperty(prop: string): boolean {
72
+ throw new Error("Not implemented!");
73
+ }
74
+
75
matchesElement(element: NgView, rawSelector: string): boolean {
76
traceLog(
77
`NativeScriptAnimationDriver.matchesElement ` +
0 commit comments