5 lines
5.5 KiB
JSON
5 lines
5.5 KiB
JSON
{
|
|
"id": "api/animations/AnimationStyleMetadata",
|
|
"title": "AnimationStyleMetadata",
|
|
"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/AnimationStyleMetadata\", \"name\": \"AnimationStyleMetadata\" } }\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...#L306-L322\" 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#L306-L322\" 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=\"animationstylemetadata\">AnimationStyleMetadata<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/animations/AnimationStyleMetadata#animationstylemetadata\"><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>Encapsulates an animation style. Instantiated and returned by\nthe <code><a href=\"api/animations/style\" class=\"code-anchor\">style</a>()</code> function.</p>\n\n \n </section>\n \n \n <section class=\"interface-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\ninterface <a href=\"api/animations/AnimationStyleMetadata\" class=\"code-anchor\">AnimationStyleMetadata</a> extends <a class=\"code-anchor\" href=\"api/animations/AnimationMetadata\">AnimationMetadata</a> {\n <a class=\"code-anchor\" href=\"api/animations/AnimationStyleMetadata#styles\"><span class=\"member-name\">styles</span>: '*' | {...}</a>\n <a class=\"code-anchor\" href=\"api/animations/AnimationStyleMetadata#offset\"><span class=\"member-name\">offset</span>: number | null</a>\n\n // inherited from <a class=\"code-anchor\" href=\"api/animations/AnimationMetadata\">animations/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\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/AnimationStyleMetadata#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=\"styles\"></a>\n <code class=\"\"><span class=\"member-name\">styles</span>: '*' | {\n [key: string]: string | <a href=\"api/common/DecimalPipe\" class=\"code-anchor\">number</a>;\n} | Array<{\n [key: string]: string | <a href=\"api/common/DecimalPipe\" class=\"code-anchor\">number</a>;\n} | '*'></code>\n </td>\n <td>\n \n <p>A set of CSS style properties.</p>\n\n \n </td>\n </tr>\n \n <tr class=\"instance-property\">\n <td>\n <a id=\"offset\"></a>\n <code class=\"\"><span class=\"member-name\">offset</span>: number | null</code>\n </td>\n <td>\n \n <p>A percentage of the total animate time at which the style is to be applied.</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/animations\n - api/animations/AnimationAnimateMetadata\n - api/animations/AnimationKeyframesSequenceMetadata\n - api/animations/AnimationMetadata\n - api/animations/AnimationStateMetadata\n - api/animations/animate\n - api/animations/keyframes\n - api/animations/state\n - api/animations/style\n-->\n<!-- links from this doc:\n - /api\n - api/animations\n - api/animations/AnimationMetadata\n - api/animations/AnimationMetadata#type\n - api/animations/AnimationStyleMetadata#animationstylemetadata\n - api/animations/AnimationStyleMetadata#offset\n - api/animations/AnimationStyleMetadata#properties\n - api/animations/AnimationStyleMetadata#styles\n - api/animations/style\n - api/common/DecimalPipe\n - https://github.com/angular/angular/edit/master/packages/animations/src/animation_metadata.ts?message=docs(animations)%3A%20describe%20your%20change...#L306-L322\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/animations/src/animation_metadata.ts#L306-L322\n-->"
|
|
} |