This is the archived documentation for Angular v5. Please visit angular.io to see documentation for the current version of Angular.

AnimationKeyframesSequenceMetadata

npm Package @angular/core
Module import { AnimationKeyframesSequenceMetadata } from '@angular/core';
Source core/src/animation/animation_metadata_wrapped.ts

Deprecation Notes

This symbol has moved. Please Import from @angular/animations instead!

Interface Overview

      
      interface AnimationKeyframesSequenceMetadata extends AnimationMetadata { 
  steps: AnimationStyleMetadata[]
}
    

Members