Experimental Class
Class Overview
class AnimationTransitionEvent { constructor({fromState, toState, totalTime}: {fromState: string, toState: string, totalTime: number}) fromState : string toState : string totalTime : number }
Class Description
Constructor
constructor({fromState, toState, totalTime}: {fromState: string, toState: string, totalTime: number})
Class Details
fromState : string
toState : string
totalTime : number
exported from @angular/core/index, defined in @angular/core/src/animation/animation_transition_event.ts
Please login to continue.