simple route change animations

This commit is contained in:
yohlo
2025-08-22 12:21:32 -05:00
parent 2781801eef
commit 6c334eacd9
4 changed files with 2 additions and 34 deletions

View File

@@ -25,6 +25,7 @@ export function createRouter() {
defaultPreload: 'intent',
defaultErrorComponent: DefaultCatchBoundary,
scrollRestoration: true,
defaultViewTransition: true
}),
queryClient,
)