5

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?

ram1
  • 153

2 Answers2

3

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

Just copy and paste those into Terminal to run those commands.

Read more about this here on AD.

daviesgeek
  • 1,709
0

I believe what you are looking for may be in 10.6: Disable Spaces workspace change animation Desktop.

samack
  • 139
  • 4