The information passed to the onViewTransitionCreated
function provided in the
withViewTransitions
feature options.
API
interface ViewTransitionInfo {}
transition
{ finished: Promise<void>; ready: Promise<void>; updateCallbackDone: Promise<void>; skipTransition(): void; }
The ViewTransition
returned by the call to startViewTransition
.
The ActivatedRouteSnapshot
that the navigation is transitioning from.
The ActivatedRouteSnapshot
that the navigation is transitioning to.
Jump to details