2021-06-28 19:54:20 +02:00
|
|
|
## API Report File for "@angular/animations_browser"
|
|
|
|
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
|
|
|
|
```ts
|
|
|
|
|
|
|
|
// @public (undocumented)
|
|
|
|
export abstract class AnimationDriver {
|
|
|
|
// (undocumented)
|
2017-02-28 17:49:37 -08:00
|
|
|
abstract animate(element: any, keyframes: {
|
|
|
|
[key: string]: string | number;
|
2018-02-08 15:01:43 -08:00
|
|
|
}[], duration: number, delay: number, easing?: string | null, previousPlayers?: any[], scrubberAccessRequested?: boolean): any;
|
2021-06-28 19:54:20 +02:00
|
|
|
// (undocumented)
|
2017-04-26 10:44:28 -07:00
|
|
|
abstract computeStyle(element: any, prop: string, defaultValue?: string): string;
|
2021-06-28 19:54:20 +02:00
|
|
|
// (undocumented)
|
2017-05-02 15:45:48 -07:00
|
|
|
abstract containsElement(elm1: any, elm2: any): boolean;
|
2021-06-28 19:54:20 +02:00
|
|
|
// (undocumented)
|
2017-05-02 15:45:48 -07:00
|
|
|
abstract matchesElement(element: any, selector: string): boolean;
|
2021-06-28 19:54:20 +02:00
|
|
|
// (undocumented)
|
|
|
|
static NOOP: AnimationDriver;
|
|
|
|
// (undocumented)
|
2017-05-02 15:45:48 -07:00
|
|
|
abstract query(element: any, selector: string, multi: boolean): any[];
|
2021-06-28 19:54:20 +02:00
|
|
|
// (undocumented)
|
2017-08-15 16:11:11 -07:00
|
|
|
abstract validateStyleProperty(prop: string): boolean;
|
2017-02-28 17:49:37 -08:00
|
|
|
}
|
2021-06-28 19:54:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
|
|
|
|
```
|