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

5 lines
7.7 KiB
JSON

{
"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/AnimationStaggerMetadata\" class=\"code-anchor\">AnimationStaggerMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationStateMetadata\" class=\"code-anchor\">AnimationStateMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationStyleMetadata\" class=\"code-anchor\">AnimationStyleMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationTransitionMetadata\" class=\"code-anchor\">AnimationTransitionMetadata</a></code>\n \n\n\n </li>\n \n <li>\n <code><a href=\"api/animations/AnimationTriggerMetadata\" class=\"code-anchor\">AnimationTriggerMetadata</a></code>\n \n\n\n </li>\n \n</ul>\n\n\n </div>\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/animations/AnimationMetadata#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=\"type\"></a>\n <code class=\"\"><span class=\"member-name\">type</span>: <a href=\"api/animations/AnimationMetadataType\" class=\"code-anchor\">AnimationMetadataType</a></code>\n </td>\n <td>\n \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/animations\n - api/animations/AnimationAnimateChildMetadata\n - api/animations/AnimationAnimateMetadata\n - api/animations/AnimationAnimateRefMetadata\n - api/animations/AnimationBuilder\n - api/animations/AnimationGroupMetadata\n - api/animations/AnimationKeyframesSequenceMetadata\n - api/animations/AnimationMetadataType\n - api/animations/AnimationQueryMetadata\n - api/animations/AnimationReferenceMetadata\n - api/animations/AnimationSequenceMetadata\n - api/animations/AnimationStaggerMetadata\n - api/animations/AnimationStateMetadata\n - api/animations/AnimationStyleMetadata\n - api/animations/AnimationTransitionMetadata\n - api/animations/AnimationTriggerMetadata\n - api/animations/animation\n - api/animations/group\n - api/animations/query\n - api/animations/sequence\n - api/animations/stagger\n - api/animations/transition\n - api/animations/trigger\n-->\n<!-- links from this doc:\n - /api\n - api/animations\n - api/animations/AnimationAnimateChildMetadata\n - api/animations/AnimationAnimateMetadata\n - api/animations/AnimationAnimateRefMetadata\n - api/animations/AnimationGroupMetadata\n - api/animations/AnimationKeyframesSequenceMetadata\n - api/animations/AnimationMetadata#animationmetadata\n - api/animations/AnimationMetadata#child-interfaces\n - api/animations/AnimationMetadata#properties\n - api/animations/AnimationMetadata#type\n - api/animations/AnimationMetadataType\n - api/animations/AnimationQueryMetadata\n - api/animations/AnimationReferenceMetadata\n - api/animations/AnimationSequenceMetadata\n - api/animations/AnimationStaggerMetadata\n - api/animations/AnimationStateMetadata\n - api/animations/AnimationStyleMetadata\n - api/animations/AnimationTransitionMetadata\n - api/animations/AnimationTriggerMetadata\n - https://github.com/angular/angular/edit/master/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20describe%20your%20change...#L172-L180\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/animations/src/animation_metadata.ts#L172-L180\n-->"
}