sequence()

sequence

Experimental Function

Class Export

export sequence(steps: AnimationMetadata[]) : AnimationSequenceMetadata

sequence is an animation-specific function that is designed to be used inside of Angular2's animation DSL language. If this information is new, please navigate to the component animations metadata page to gain a better understanding of how animations in Angular2 are used.

sequence Specifies a list of animation steps that are run one by one. (sequence is used by default when an array is passed as animation data into transition.)

登录查看完整内容