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 @ang