Turn Off Spaces Animation in OS X
If you find the animated transition between Spaces on OS X unnecessary, you can switch it off like so:
defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES && killall Dock
To revert the change, swap that YES for a NO.
Via superuser.