AnimationKeyframesSequenceMetadata

interface experimental

npm Package @angular/animations
Module import { AnimationKeyframesSequenceMetadata } from '@angular/animations';
Source animations/src/animation_metadata.ts

Interface Overview

interface AnimationKeyframesSequenceMetadata extends AnimationMetadata { 
  steps: AnimationStyleMetadata[]
}

Description

Metadata representing the entry of animations. Instances of this interface are provided via the animation DSL when the keyframes animation function is called.

Members

steps: AnimationStyleMetadata[]

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/animations/AnimationKeyframesSequenceMetadata