-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Problem
The current “Reduce Motion” setting is a simple on/off toggle:
Reduce Motion
Disable animations in the window manager and some other interface elements.
This is useful for users who want a completely animation-free experience — it makes the desktop feel lighter and more responsive.
However, the binary nature of this option can be limiting. With “Reduce Motion” enabled, certain transitions feel abrupt or even confusing. For example:
- When switching workspaces, the horizontal sliding animation helps visually convey that desktops are arranged side by side. Without it, the transition feels disorienting.
- The Multitasking View feels strange when entered with no transition — it’s meant to morph smoothly into a “top-down” overview, but with animations fully disabled, it feels like a jarring teleportation.
At the same time, keeping animations fully on can make the experience feel slower for users who prefer a snappier, more immediate desktop. Personally, I enjoy when the desktop feels fast and responsive — like I can move instantly between actions — but not at the cost of losing all spatial context.
Proposal
Transform the current “Reduce Motion” toggle into a slider that controls animation speed or intensity instead of a binary on/off switch.
Concept:
- A range from “No motion” (far left) to “Full motion” (far right).
- Intermediate positions could gradually increase animation speed rather than disabling animations entirely.
- This would let users fine-tune the balance between responsiveness and visual continuity.
Example behavior:
- Far left → disables all animations (current behavior).
- Middle → keeps short, snappy transitions.
- Far right → full default animations, as currently implemented.
Prior Art (Optional)
No response