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