summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-09 11:08:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-09 11:08:04 +0200
commit83fb5fef860c7b7c6561df7af2213bcd661651b1 (patch)
tree36db2d62b83ab8f361f8e2480051937084046d95 /doc
parent96149c7e28e41a2d65464fee81b364b3f2474e64 (diff)
downloadqutebrowser-83fb5fef860c7b7c6561df7af2213bcd661651b1.tar.gz
qutebrowser-83fb5fef860c7b7c6561df7af2213bcd661651b1.zip
Fix prefers_reduced_motion on Windows
See #6530
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 2fc4440a6..90197fddb 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2612,6 +2612,7 @@ Default: +pass:[false]+
=== content.prefers_reduced_motion
Request websites to minimize non-essentials animations and motion.
This results in the `prefers-reduced-motion` CSS media query to evaluate to `reduce` (rather than `no-preference`).
+On Windows, if this setting is set to False, the system-wide animation setting is considered.
This setting requires a restart.