How to change Open/Save dialog speed

You can change the speed of the Save/Open dialogs with Terminal. Enter this into Terminal to change the speed to the default:

defaults write NSGlobalDomain NSWindowResizeTime 0.2

Change the number at the end to speed up or slow down the animation. The following is practically instant:

defaults write NSGlobalDomain NSWindowResizeTime 0.001

This is not specific to the open/save dialog however, it reduces the time of all animations on the system that read this value.

  • How to turn off all animations on OS X