# Stop the Window Animation in Mac OS X Lion

> Markdown version of https://brajeshwar.com/2011/stop-the-window-animation-in-mac-os-x-lion/ — 2011-07-30

You can get rid of the Window Opening Animation in Lion. Run this command in your Terminal.

`defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO`

To get it back, set the "NO" To "YES"

`defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool YES`

Try out more [macOS tips and tricks](https://oinam.fyi/devices/macos/).
