disable OS X animation

2014-05-03 08:36:38 +08:00
 qian
估计以后重装系统时第一步是先干这个,不然浑身难受

#Finder
#disable snap to grid animation
defaults write com.apple.finder AnimateSnapToGrid -bool false

#disable some animations
defaults write com.apple.finder DisableAllAnimations -bool true

#disable opening files zoom animation
defaults write com.apple.finder ZoomRects -bool false

#disable animations in Get Info window
defaults write com.apple.finder AnimateInfoPanes -bool false

#disable slow-motion animation when press shift
defaults write com.apple.finder QLEnableSlowMotion -bool false

#other... make ~ as path bar base location
defaults write com.apple.finder PathBarRootAtHome -bool true


#Launchpad
#speed fade-in
defaults write com.apple.dock springboard-show-duration -float 0.1

#speed fade-out
defaults write com.apple.dock springboard-hide-duration -float 0


#Mission Control
#speed show and hide animation
defaults write com.apple.dock expose-animation-duration -float 0

#reduce window drag delay
defaults write com.apple.dock workspaces-edge-delay -float 0


#Other
#speed roll out animation of save dialog
defaults write NSGlobalDomain NSWindowResizeTime -float 0.1

#speed opening files zoom animation
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#other... show file extension globally
defaults write NSGlobalDomain AppleShowAllExtensions -bool true

如有副作用,请指出。。
3291 次点击
所在节点    分享发现
5 条回复
shendancan
2014-05-03 09:35:48 +08:00
试了之后,4纸向上推的动画,感觉好生硬啊
bingowrt
2014-05-03 09:54:26 +08:00
为什么要不用动画呢?效率能高多少?
marklrh
2014-05-04 12:00:14 +08:00
请问在哪里改动呢
qian
2014-05-04 12:58:33 +08:00
= = 终端
qian
2014-05-13 22:46:40 +08:00
挖坟... 取消动画对应 Keyboard Maestro 的 GUI 动作是很重要的,会 AppleScript 的人不用理会动画的延迟,但 AppleScript 熟练度低的人只能靠 KM 过渡,过渡时在用 KM GUI 动作时总需要通过取消动画来减少 macro 耗时吧?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/110917

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX