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 61c85b6 commit 175c69aCopy full SHA for 175c69a
reduce-motion.css
@@ -3,6 +3,7 @@
3
* 2. Remove fixed background attachments when motion is reduced (opinionated).
4
* 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
5
* 4. Remove transitions when motion is reduced (opinionated).
6
+ * 5. Remove view-transitions when motion is reduced (opinionated).
7
*/
8
9
@media (prefers-reduced-motion: reduce) {
@@ -17,4 +18,8 @@
17
18
transition-delay: 0s !important; /* 4 */
19
transition-duration: 0s !important; /* 4 */
20
}
21
+
22
+ @view-transition {
23
+ navigation: none; /* 5 */
24
+ }
25
0 commit comments