For those who do not like the window animation in Mac OS X, you may disable the window animations easily. If you are running an old mac, turning off window animation helps to speed up your Mac. As a developer, disable the window animation means increase productivity. Normally i like to disable all the unnecessary eye candy whenever i receive a new machine 🙂
To disable window animations in Mac OS X, follow the steps below:-
Advertisements
- Open your Terminal
- Copy and paste the code below to your Terminal and hit “return”
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
- If you want to enable the feature again, you can change the NO to YES
Enjoy your speedy Mac now 🙂
Related posts:
How to delete all .svn folder in Linux / Mac?
How to change desktop icon size in Mac?
How to burn ISO file in Mac OS X
How to migrate SVN repository?
Arrow key not working in vi / vim - Mac OS
Mac open dmg file No mountable file system error
Macport: Can't map the URL 'file://.' to a port description file
How to disable notification center in Mac OS X
Share this with your friends:-