ViewTransitionsFeatureOptions
Options to configure the View Transitions integration in the Router.
interface ViewTransitionsFeatureOptions {
skipInitialTransition?: boolean
onViewTransitionCreated?: (transitionInfo: ViewTransitionInfo) => void
}
See also
withViewTransitions
Properties
Property | Description |
---|---|
skipInitialTransition?: boolean
|
Skips the very first call to |
onViewTransitionCreated?: (transitionInfo: ViewTransitionInfo) => void
|
A function to run after the This function is run in an injection context and can use |