Options to configure the View Transitions integration in the Router.
API
interface ViewTransitionsFeatureOptions { onViewTransitionCreated?: (transitionInfo: ViewTransitionInfo) => void;}}
Jump to details
Options to configure the View Transitions integration in the Router.
interface ViewTransitionsFeatureOptions { onViewTransitionCreated?: (transitionInfo: ViewTransitionInfo) => void;}}