UX: Set View Transitions to instant (no fade animation)
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -291,3 +291,12 @@ select {
|
|||||||
h2 { font-size: 1.875rem; }
|
h2 { font-size: 1.875rem; }
|
||||||
h3 { font-size: 1.5rem; }
|
h3 { font-size: 1.5rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ============================================
|
||||||
|
// View Transitions API - Instant (no animation)
|
||||||
|
// ============================================
|
||||||
|
|
||||||
|
::view-transition-old(root),
|
||||||
|
::view-transition-new(root) {
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user