Disable all window animations and the animation when opening the info window in Finder. Use the following OS X Terminal command:
defaults write com.apple.finder DisableAllAnimations -bool true
To restore the animations in OS X Finder:
defaults write com.apple.finder DisableAllAnimations -bool false
This did not work on 10.8.5
Works great for me 10.8.5