Disable the Mission Control zoom effect in Mac OS X

Turn off Mission Control’s zoom effect that appear whenever it’s activated or deactivated in OS X 10.7 and above.

defaults write com.apple.dock expose-animation-duration -int 0

To make the command take effect, you need to restart the Dock.

killall Dock

To revert to the original settings:

defaults delete com.apple.dock expose-animation-duration