Disable all Dock animations when opening an application from the Dock. Use the following OS X Terminal command:
defaults write com.apple.dock launchanim -bool false
Restart Dock with the following command:
killall Dock
Revert to the default setting:
defaults write com.apple.dock launchanim -bool true
Restart Dock