• Overview
@angular/router

ViewTransitionInfo

interface

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.

from

ActivatedRouteSnapshot

The ActivatedRouteSnapshot that the navigation is transitioning from.

to

ActivatedRouteSnapshot

The ActivatedRouteSnapshot that the navigation is transitioning to.

Jump to details