5

Possible Duplicate:
Speed up Spaces on Mac OS X?

I would like to disable the slide animation when switching between Spaces. Basically I just want the screen to change to the next workspace without any animation.

I can't find any settings for it in System Preferences. Is there any way to do this?

lajos
  • 963

4 Answers4

4
defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES
killall Dock
Evan Carroll
  • 9,518
Seb
  • 141
3

At this stage, it does not appear to be possible under Leopard. People have been looking since Leopard first came out, and if I'm not picking up anything via Google, I'm guessing it isn't out there.

I do not know whether or not it's possible in Snow Leopard.

Unfortunately, the best piece of advice I can give you is to use the keyboard shortcuts to move the view (and your apps) between spaces.

John Rudy
  • 3,497
0

The easiest way is to install DesktopManager: it's free and works on both Leopard and Snow Leopard: http://developer.berlios.de/project/showfiles.php?group_id=3463

It has configurable transitions/speeds/hotkeys and a menubar pager.

-1

defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES

Then killall Finder and you are set.

I think it's only for >= 10.6.5

Finally.

Evan Carroll
  • 9,518