Class Overview
class AnimationStyles {
constructor
(styles: {[key: string]: string | number}[])
styles
: {[key: string]: string | number}[]
}
Class Description
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
.
exported from @angular/core/index, defined in @angular/core/src/animation/animation_styles.ts