[macos]macOS下的动画关闭

阅读 17

2023-11-01

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



精彩评论(0)

0 0 举报