We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b8efc commit f9eab00Copy full SHA for f9eab00
1 file changed
app/app.vue
@@ -450,7 +450,13 @@ input[type='search']::-webkit-search-results-decoration {
450
view-transition-name: site-logo;
451
}
452
453
-/* Customize the view transition animations */
+/* Disable the default fade transition on page navigation */
454
+::view-transition-old(root),
455
+::view-transition-new(root) {
456
+ animation: none;
457
+}
458
+
459
+/* Customize the view transition animations for specific elements */
460
::view-transition-old(search-box),
461
::view-transition-new(search-box),
462
::view-transition-old(site-logo),
0 commit comments