Experimental
Class
class AnimationStyles { constructor(styles: {[key: string]: string | number}[]) styles : {[key: string]: string | number}[] }
AnimationStyles
consists of a collection of key/value maps containing CSS-based style data that can either be used as initial styling data or apart of a series of keyframes within an animation. This class is mostly internal, and it is designed to be used alongside AnimationKeyframe
and Renderer.animate
.
constructor(styles: {[key: string]: string | number}[])
styles : {[key: string]: string | number}[]
exported from @angular/core/index, defined in @angular/core/src/animation/animation_styles.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/core/index/AnimationStyles-class.html