V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
qian
V2EX  ›  分享发现

disable OS X animation

  •  
  •   qian · 2014-05-03 08:36:38 +08:00 · 3274 次点击
    这是一个创建于 3651 天前的主题,其中的信息可能已经有所发展或是发生改变。
    估计以后重装系统时第一步是先干这个,不然浑身难受

    #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

    如有副作用,请指出。。
    5 条回复    2014-05-13 22:46:40 +08:00
    shendancan
        1
    shendancan  
       2014-05-03 09:35:48 +08:00
    试了之后,4纸向上推的动画,感觉好生硬啊
    bingowrt
        2
    bingowrt  
       2014-05-03 09:54:26 +08:00 via Android
    为什么要不用动画呢?效率能高多少?
    marklrh
        3
    marklrh  
       2014-05-04 12:00:14 +08:00
    请问在哪里改动呢
    qian
        4
    qian  
    OP
       2014-05-04 12:58:33 +08:00
    = = 终端
    qian
        5
    qian  
    OP
       2014-05-13 22:46:40 +08:00
    挖坟... 取消动画对应 Keyboard Maestro 的 GUI 动作是很重要的,会 AppleScript 的人不用理会动画的延迟,但 AppleScript 熟练度低的人只能靠 KM 过渡,过渡时在用 KM GUI 动作时总需要通过取消动画来减少 macro 耗时吧?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2338 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 03:46 · PVG 11:46 · LAX 20:46 · JFK 23:46
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.