Launchpad
首先打开“终端”(Finder->应用程序->实用工具->终端),并且输入以下命令:
defaults write com.apple.dock springboard-show-duration -int 0
defaults write com.apple.dock springboard-hide-duration -int 0;killall Dock

如果你想还原成原样,也很简单,再次打开“终端”(Finder->应用程序->实用工具->终端),并且输入以下命令:
defaults delete com.apple.dock springboard-show-duration
defaults delete com.apple.dock springboard-hide-duration;killall Dock

Mission Control
首先打开“终端”(Finder->应用程序->实用工具->终端),并且输入以下命令:
defaults write com.apple.dock expose-animation-duration -int 0;killall Dock

如果你想还原成原样,也很简单,再次打开“终端”(Finder->应用程序->实用工具->终端),并且输入以下命令:
defaults delete com.apple.dock expose-animation-duration;killall Dock

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2021-05-21
  • 2022-12-23
  • 2021-12-26
  • 2021-08-08
  • 2021-07-09
  • 2022-01-16
猜你喜欢
  • 2021-12-31
  • 2021-10-24
  • 2021-09-26
  • 2022-01-06
  • 2022-01-14
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案