feat(animations): report errors when invalid CSS properties are detected (#18718)
Closes #18701 PR Close #18718
This commit is contained in:

committed by
Miško Hevery

parent
ec56760c9b
commit
409688fe17
@ -7,6 +7,7 @@ export declare class MockAnimationDriver implements AnimationDriver {
|
||||
containsElement(elm1: any, elm2: any): boolean;
|
||||
matchesElement(element: any, selector: string): boolean;
|
||||
query(element: any, selector: string, multi: boolean): any[];
|
||||
validateStyleProperty(prop: string): boolean;
|
||||
static log: AnimationPlayer[];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user