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

AnimationReferenceMetadata

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

Interface Overview

      
      interface AnimationReferenceMetadata extends AnimationMetadata { 
  animation: AnimationMetadata | AnimationMetadata[]
  options: AnimationOptions | null
}
    

Members


      
      options: AnimationOptions | null