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 convert flac to mp3 file in Mac OS X
How to split compressed file into smaller files in Linux / Mac
SVN: How to commit only modified files via command line
How to verify SHA-1 checksum in Mac OS X?
How to extract .deb file in Linux / Mac
Secure file transfer thru scp in Mac and Linux
Mac: How to setup email account in Apple Mail
How to burn ISO file in Mac OS X
Share this with your friends:-