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