💻 Software
How do I disable Mac OS X Spaces animation?
Fresh7 days ago
Mar 15, 20267694 viewsConfidence Score0%
0%
Problem
Possible Duplicate: How do you disable the window switch animation when switching spaces with Mission Control? Is there a way in Mac OS X to turn off the animation you see when switching Spaces?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I disable Mac OS X Spaces animation?
Low Risk
You can't disable the spaces animation in Lion. What you can do is change the speed: defaults write com.apple.dock expose-animation-duration -int 0; killall Dock To revert that: defaults delete com.apple.dock expose-animation-duration; killall Dock …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix