On this page
AnimationTransitionEvent
interface deprecated
| npm Package | @angular/core | 
|---|---|
| Module | import { AnimationTransitionEvent } from '@angular/core'; | 
     
| Source | core/src/animation/animation_metadata_wrapped.ts | 
Deprecation Notes
This has been renamed to AnimationEvent. Please import it from @angular/animations.
Interface Overview
interface AnimationTransitionEvent { 
  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/core/AnimationTransitionEvent