Can Animation of Moving Windows Be Disabled?

You can try:

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001

I think the application needs to be relaunched (so perhaps restart after changing this), and I don't know whether they work (or still work).

See:

I'd be interested to know whether they work or not.

4 Likes