Disable window animations in OS X Finder

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

2 thoughts on “Disable window animations in OS X Finder

Comments are closed.