• 概要
@angular/router

ViewTransitionInfo

interface

The information passed to the onViewTransitionCreated function provided in the withViewTransitions feature options.

API

    
      interface ViewTransitionInfo {}
    
    

transition

ViewTransition

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