Disable animations when opening and closing windows.(关闭打开一个窗口的动画,如:打开textEdit)
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
Disable animation when opening the Info window in Finder (cmd⌘ + i). (关闭command+i的动画 暂时没怎么用这个快捷键)
defaults write com.apple.finder DisableAllAnimations -bool true
关闭弹出"sheet"的动画(如:在textEdit中保存)
defaults write -g NSWindowResizeTime -float 0.001