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?
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?
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.
I believe what you are looking for may be in 10.6: Disable Spaces workspace change animation Desktop.