5 lines
298 KiB
JSON
Raw Normal View History

{
"id": "api/animations/browser/AnimationDriver",
"title": "AnimationDriver",
"contents": "\n\n<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.io/api/animations\", \"name\": \"@angular/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/animations/browser\", \"name\": \"@angular/animations/browser\" } },\n { \"@type\": \"ListItem\", \"position\": 4, \"item\": { \"@id\": \"https://angular.io/api/animations/browser/AnimationDriver\", \"name\": \"AnimationDriver\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/animations\">@angular/animations</a> > <a href=\"api/animations/browser\">@angular/animations/browser</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/animations/browser/src/render/animation_driver.ts?message=docs(animations)%3A%20describe%20your%20change...#L45-L65\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/animations/browser/src/render/animation_driver.ts#L45-L65\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"animationdriver\">AnimationDriver<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/browser/AnimationDriver#animationdriver\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label class\">class</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n \n \n </section>\n \n \n \n <section class=\"class-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\nabstract class <a href=\"api/animations/browser/AnimationDriver\" class=\"code-anchor\">AnimationDriver</a> {\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#NOOP\">static <span class=\"member-name\">NOOP</span>: AnimationDriver</a>\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#validateStyleProperty\">abstract <span class=\"member-name\">validateStyleProperty</span>(prop: string): boolean</a>\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#matchesElement\">abstract <span class=\"member-name\">matchesElement</span>(element: any, selector: string): boolean</a>\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#containsElement\">abstract <span class=\"member-name\">containsElement</span>(elm1: any, elm2: any): boolean</a>\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#query\">abstract <span class=\"member-name\">query</span>(element: any, selector: string, multi: boolean): any[]</a>\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#computeStyle\">abstract <span class=\"member-name\">computeStyle</span>(element: any, prop: string, defaultValue?: string): string</a>\n <a class=\"code-anchor\" href=\"api/animations/browser/AnimationDriver#animate\">abstract <span class=\"member-name\">animate</span>(element: any, keyframes: { [key: string]: string | number; }[], duration: number, delay: number, easing?: string, previousPlayers?: any[], scrubberAccessRequested?: boolean): any</a>\n}\n</code-example>\n\n \n \n <div class=\"descendants class\">\n <h2 id=\"subclasses\">Subclasses<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"
}