On this page
AnimationEvent
interface experimental
| npm Package | @angular/animations | 
|---|---|
| Module | import { AnimationEvent } from '@angular/animations'; | 
     
| Source | animations/src/animation_event.ts | 
Interface Overview
interface AnimationEvent { 
  fromState: string
  toState: string
  totalTime: number
  phaseName: string
  element: any
  triggerName: string
}
  Members
fromState: string
  toState: string
  totalTime: number
  phaseName: string
  element: any
  triggerName: string
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/animations/AnimationEvent