This post will show you how to disable the osx mission control animation
open terminal:
defaults write com.apple.dock expose-animation-duration -float 0
killall Dock
to get the animation back
defaults delete com.apple.dock expose-animation-duration
killall Dock

Leave a Reply
You must be logged in to post a comment.