風之力

导航

MAC精简动画效果

用VNC连接MAC时很卡,精简掉MAC的动画效果,可以提高体验

打开MAC的终端,输入如下命令

# 精简动画
defaults write -g NSAutomaticWindowAnimationsEnabled -bool FALSE
defaults write com.apple.finder QLPanelAnimationDuration -int 0;killall Finder
defaults write com.apple.dock expose-animation-duration -int 0;killall Dock
defaults write -g NSWindowResizeTime -float 0.01
defaults write com.apple.dock springboard-hide-duration -int 0;killall Dock
defaults write com.apple.dock springboard-page-duration -int 0;killall Dock
defaults write com.apple.dock autohide-time-moidifier -int 0;killall Dock

 

恢复动画

# 恢复动画
defaults delete -g NSAutomaticWindowAnimationsEnabled
defaults delete com.apple.finder QLPanelAnimationDuration;killall Finder
defaults delete com.apple.dock expose-animation-duration;killall Dock
defaults delete -g NSWindowResizeTime
defaults delete com.apple.dock springboard-hide-duration;killall Dock
defaults delete com.apple.dock springboard-page-duration;killall Dock
defaults delete com.apple.dock autohide-time-moidifier;killall Dock

 

另,停止或减少屏幕上某些元素的移动,例如,打开 App 时、在桌面间切换或者打开和关闭“通知中心”。此功能对于患有晕动病或眩晕症的人特别有用。

  1. 在 Mac 上,选取苹果菜单  >“系统偏好设置”,点按“辅助功能”,然后点按“显示”。 

  2. 选择“减弱动态效果”。

posted on 2021-10-25 15:03  ZY.Zhou  阅读(144)  评论(0编辑  收藏  举报