Turn off distracting animations on Mac
The eye is wired to notice movement, which is a problem when your operating system is quietly sliding, zooming, and drifting all day. If macOS animations keep tugging at your attention, Reduce Motion strips them back to still fades so the interface stops moving unless you tell it to. Turn it on under System Settings → Accessibility → Display → Reduce motion.
Switch to a stiller interface
- Open System Settings.
- Select Accessibility, then Display.
- Turn on Reduce motion.
Right away, the big attention-grabbing transitions calm down: desktops fade instead of sweeping across the screen, Launchpad appears without zooming toward you, and the wallpaper stops sliding under your icons as you move the mouse. Nothing disappears or breaks — the interface simply holds still between actions, which is exactly what you want when you're trying to keep your head in one task. It behaves the same on macOS Ventura, Sonoma, and Sequoia.
Prefer the command line?
The setting maps to a defaults key you can apply in a script. Run it, then log out and back in so every app reads the change.
# Quiet the interface animations
defaults write com.apple.universalaccess reduceMotion -bool true
To bring the animations back, set it to false and log out again:
# Restore the standard animations
defaults write com.apple.universalaccess reduceMotion -bool false
What Reduce Motion quiets, and what it leaves
Reduce Motion targets the large, sweeping movements — the ones most likely to catch your eye mid-thought:
- Space and full-screen app switches fade rather than slide.
- Mission Control and Launchpad stop zooming in and out.
- The wallpaper-and-icon parallax settles as you move the pointer.
It leaves the interface fully functional — this is about calm, not stripping features. If a bouncing Dock icon or a badge is what really pulls your focus, that's a separate switch worth flipping too. Reduce Motion handles the system-wide sweep; pair it with the smaller quieting tweaks below for a desktop that stays out of your way.
Quiet the web and apps as well
The payoff reaches past the desktop. Apps that honour Reduce Motion — Safari, Mail, Photos and many others — tone down their own transitions when it's on, and websites written to the prefers-reduced-motion standard stop their auto-playing parallax, sliding banners, and looping background video. If moving content on the web is part of what breaks your concentration, this one switch cuts a surprising amount of it at the source. Keep in mind what it doesn't cover, though: notification banners, Dock badges, and bouncing icons are governed by their own settings, so a truly still, focused desktop usually means flipping Reduce Motion on and then quieting those attention-grabbers one by one.
Reduce Motion is one piece of a calmer Mac. Mainspring gathers it with 90+ other hidden settings as labelled toggles, so quieting animations, badges, and Dock bounce is a handful of clicks — and every switch flips back the moment you want the flourish again.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Silence the bouncing Dock too
The single most distracting animation for many people isn't a transition at all — it's an app icon jumping in the Dock for attention. Turn that off as well with how to disable Dock icon bounce on Mac.