# opening and closing windows and popovers
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false # smooth scrolling
defaults write -g NSScrollAnimationEnabled -bool false # showing and hiding sheets, resizing preference windows, zooming windows
# float 0 doesn't work
defaults write -g NSWindowResizeTime -float 0.001 # opening and closing Quick Look windows
defaults write -g QLPanelAnimationDuration -float 0 # rubberband scrolling (doesn't affect web views)
defaults write -g NSScrollViewRubberbanding -bool false # resizing windows before and after showing the version browser
# also disabled by NSWindowResizeTime -float 0.001
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false # showing a toolbar or menu bar in full screen
defaults write -g NSToolbarFullScreenAnimationDuration -float 0 # scrolling column views
defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0 # showing the Dock
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0 # showing and hiding Mission Control, command+numbers
defaults write com.apple.dock expose-animation-duration -float 0 # showing and hiding Launchpad
defaults write com.apple.dock springboard-show-duration -float 0
defaults write com.apple.dock springboard-hide-duration -float 0 # changing pages in Launchpad
defaults write com.apple.dock springboard-page-duration -float 0 # at least AnimateInfoPanes
defaults write com.apple.finder DisableAllAnimations -bool true # sending messages and opening windows for replies
defaults write com.apple.Mail DisableSendAnimations -bool true
defaults write com.apple.Mail DisableReplyAnimations -bool true

最新文章

  1. 谈谈rem
  2. UIAlertController 部分用法及属性
  3. OS的沙盒机制 --基础知识
  4. 关于JS嵌套点击事件的问题。
  5. C++疑难杂症
  6. 记录一下,关于错误提示:could not find a part of path “X:\”的解决办法
  7. php数组中删除元素之重新索引
  8. leetcode@ [352] Data Stream as Disjoint Intervals (Binary Search & TreeSet)
  9. RegisterHotKey注册热键,然后响应WM_HOTKEY消息
  10. C++ STL它vector详细解释
  11. Ubuntu上CUDA和CUDNN的安装
  12. Java中实现String.padLeft和String.padRight
  13. “永恒之蓝"漏洞的紧急应对--毕业生必看
  14. iOS 多人共享开发证书
  15. vue中的computed(计算属性)和watch(监听属性)的特点,以及深度监听
  16. Improved GAN
  17. python的类和实例化对象
  18. zabbix3.4.7触发器表达式详解
  19. Windows使用SSH Secure Shell实现免密码登录CentOS
  20. mysql Alter table设置default的问题,是bug么?

热门文章

  1. HCIP --- BGP实验
  2. C#获取时间戳的几种方式
  3. 搜索引擎优化(SEO)解决方案
  4. matplotlib学习日记(二)----图表组成练习
  5. python序列(十)字典
  6. 记git提交异常
  7. [WPF] 让第一个数据验证出错(Validation.HasError)的控件自动获得焦点
  8. Error:java: JDK isn't specified for module 'xxx'异常的解决方法
  9. [LeetCode]172. Factorial Trailing Zeroes阶乘尾随0的个数
  10. Windows10搭建本地ftp服务器