0
点赞
收藏
分享

微信扫一扫

[macos]macOS下的动画关闭

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 条评论