angular-cn/aio/dist/generated/docs/api/animations/AnimationMetadata.json

5 lines
7.7 KiB
JSON
Raw Permalink Normal View History

{
"id": "api/animations/AnimationMetadata",
"title": "AnimationMetadata",
"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/AnimationMetadata\", \"name\": \"AnimationMetadata\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/animations\">@angular/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20describe%20your%20change...#L172-L180\" 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/src/animation_metadata.ts#L172-L180\" 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=\"animationmetadata\">AnimationMetadata<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimationMetadata#animationmetadata\"><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>Base for animation data structures.</p>\n\n \n </section>\n \n \n <section class=\"interface-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\ninterface <a href=\"api/animations/AnimationMetadata\" class=\"code-anchor\">AnimationMetadata</a> {\n <a class=\"code-anchor\" href=\"api/animations/AnimationMetadata#type\"><span class=\"member-name\">type</span>: AnimationMetadataType</a>\n}\n</code-example>\n\n \n \n <div class=\"descendants interface\">\n <h2 id=\"child-interfaces\">Child interfaces<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimationMetadata#child-interfaces\"><i class=\"material-icons\">link</i></a></h2>\n \n\n<ul>\n \n <li>\n <code><a href=\"api/animations/AnimationAnimateChildMetadata\" class=\"code-anchor\">AnimationAnimateChildMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationAnimateMetadata\" class=\"code-anchor\">AnimationAnimateMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationAnimateRefMetadata\" class=\"code-anchor\">AnimationAnimateRefMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationGroupMetadata\" class=\"code-anchor\">AnimationGroupMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationKeyframesSequenceMetadata\" class=\"code-anchor\">AnimationKeyframesSequenceMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationQueryMetadata\" class=\"code-anchor\">AnimationQueryMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationReferenceMetadata\" class=\"code-anchor\">AnimationReferenceMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationSequenceMetadata\" class=\"code-anchor\">AnimationSequenceMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationStagge
}