5 lines
5.1 KiB
JSON
5 lines
5.1 KiB
JSON
{
|
|
"id": "api/platform-browser/animations/BrowserAnimationsModuleConfig",
|
|
"title": "BrowserAnimationsModuleConfig",
|
|
"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/platform-browser\", \"name\": \"@angular/platform-browser\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/platform-browser/animations\", \"name\": \"@angular/platform-browser/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 4, \"item\": { \"@id\": \"https://angular.io/api/platform-browser/animations/BrowserAnimationsModuleConfig\", \"name\": \"BrowserAnimationsModuleConfig\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/platform-browser\">@angular/platform-browser</a> > <a href=\"api/platform-browser/animations\">@angular/platform-browser/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/platform-browser/animations/src/module.ts?message=docs(platform-browser)%3A%20describe%20your%20change...#L12-L23\" 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/platform-browser/animations/src/module.ts#L12-L23\" 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=\"browseranimationsmoduleconfig\">BrowserAnimationsModuleConfig<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/platform-browser/animations/BrowserAnimationsModuleConfig#browseranimationsmoduleconfig\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label interface\">interface</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 <p>Object used to configure the behavior of <a href=\"api/platform-browser/animations/BrowserAnimationsModule\"><code>BrowserAnimationsModule</code></a></p>\n\n \n </section>\n \n \n <section class=\"interface-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\ninterface <a href=\"api/platform-browser/animations/BrowserAnimationsModuleConfig\" class=\"code-anchor\">BrowserAnimationsModuleConfig</a> {\n <a class=\"code-anchor\" href=\"api/platform-browser/animations/BrowserAnimationsModuleConfig#disableAnimations\"><span class=\"member-name\">disableAnimations</span>?: boolean</a>\n}\n</code-example>\n\n \n \n\n\n \n \n\n</section>\n\n \n\n \n \n \n<section class=\"instance-properties\">\n <h2 id=\"properties\">Properties<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/platform-browser/animations/BrowserAnimationsModuleConfig#properties\"><i class=\"material-icons\">link</i></a></h2>\n <table class=\"is-full-width list-table property-table\">\n <thead>\n <tr>\n <th>Property</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr class=\"instance-property\">\n <td>\n <a id=\"disableAnimations\"></a>\n <code class=\"\"><span class=\"member-name\">disableAnimations</span>?: boolean</code>\n </td>\n <td>\n \n <p>Whether animations should be disabled. Passing this is identical to providing the\n<code><a href=\"api/platform-browser/animations/NoopAnimationsModule\" class=\"code-anchor\">NoopAnimationsModule</a></code>, but it can be controlled based on a runtime value.</p>\n\n \n </td>\n </tr>\n \n </tbody>\n </table>\n</section>\n \n\n\n \n\n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/platform-browser/animations\n - api/platform-browser/animations/BrowserAnimationsModule\n-->\n<!-- links from this doc:\n - /api\n - api/platform-browser\n - api/platform-browser/animations\n - api/platform-browser/animations/BrowserAnimationsModule\n - api/platform-browser/animations/BrowserAnimationsModuleConfig#browseranimationsmoduleconfig\n - api/platform-browser/animations/BrowserAnimationsModuleConfig#disableAnimations\n - api/platform-browser/animations/BrowserAnimationsModuleConfig#properties\n - api/platform-browser/animations/NoopAnimationsModule\n - https://github.com/angular/angular/edit/master/packages/platform-browser/animations/src/module.ts?message=docs(platform-browser)%3A%20describe%20your%20change...#L12-L23\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/platform-browser/animations/src/module.ts#L12-L23\n-->"
|
|
} |