Skip to content

Commit 2243b42

Browse files
ADjenkovsis0k0
authored andcommitted
refactor: implement AnimationDriver (WIP)
1 parent ea84027 commit 2243b42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: nativescript-angular/animations/animation-driver.ts

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ class Selector {
6868
}
6969

7070
export class NativeScriptAnimationDriver implements AnimationDriver {
71+
validateStyleProperty(prop: string): boolean {
72+
throw new Error("Not implemented!");
73+
}
74+
7175
matchesElement(element: NgView, rawSelector: string): boolean {
7276
traceLog(
7377
`NativeScriptAnimationDriver.matchesElement ` +

0 commit comments

Comments
 (0)