angular / 4 / api / core / animationtransitionevent.html

AnimationTransitionEvent

interface deprecated

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–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/AnimationTransitionEvent