当前位置:网站首页>Apple animation optimization

Apple animation optimization

2022-07-05 07:30:00 2020 Java interview

// Resize Window animation ( restart Ctrl+Alt+Esc Restart the visit and take effect , Note that it is set to -int 0 Invalid )
defaults write -g NSWindowResizeTime -float 0.001
defaults delete -g NSWindowResizeTime

// Launchpad animation ( Immediate effect )
defaults write com.apple.dock springboard-show-duration -int 0
defaults write com.apple.dock springboard-hide-duration -int 0
defaults delete com.apple.dock springboard-show-duration
defaults delete com.apple.dock springboard-hide-duration

原网站

版权声明
本文为[2020 Java interview]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140554242131.html