Skip to content

Commit 9384ca2

Browse files
Document KDE file configuration option for reduced motion (mdn#42662)
* Document KDE file configuration option for reduced motion * Mention the `kwriteconfig6` way of editing the config * Simplify the writing style around the mention of the terminal Co-authored-by: Chris Mills <chrisdavidmills@gmail.com> --------- Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
1 parent 07abeaf commit 9384ca2

File tree

1 file changed

+2
-0
lines changed
  • files/en-us/web/css/reference/at-rules/@media/prefers-reduced-motion

1 file changed

+2
-0
lines changed

files/en-us/web/css/reference/at-rules/@media/prefers-reduced-motion/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ For Firefox, the `reduce` request is honoured if:
2929
- Alternatively, add `gtk-enable-animations = false` to the `[Settings]` block of [the GTK 3 configuration file](https://wiki.archlinux.org/title/GTK#Configuration).
3030

3131
- In Plasma/KDE: System Settings > Workspace Behavior -> General Behavior > "Animation speed" is set all the way to right to "Instant".
32+
- Alternatively, add `AnimationDurationFactor=0` to the `[KDE]` block of `~/.config/kdeglobals`.
33+
- Or just run `kwriteconfig6 --key AnimationDurationFactor 0` in your terminal.
3234
- In Windows 10: Settings > Ease of Access > Display > Show animations in Windows.
3335
- In Windows 11: Settings > Accessibility > Visual Effects > Animation Effects
3436
- In macOS: System Settings > Accessibility > Display > Reduce motion.

0 commit comments

Comments
 (0)