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