Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
  2. defaults write -g NSScrollAnimationEnabled -bool false
  3. defaults write -g NSWindowResizeTime -float 0.001
  4. defaults write -g QLPanelAnimationDuration -float 0
  5. defaults write -g NSScrollViewRubberbanding -bool false
  6. defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
  7. defaults write -g NSToolbarFullScreenAnimationDuration -float 0
  8. defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0
  9. defaults write com.apple.dock autohide-time-modifier -float 0
  10. defaults write com.apple.dock autohide-delay -float 0
  11. defaults write com.apple.dock expose-animation-duration -float 0
  12. defaults write com.apple.dock springboard-show-duration -float 0
  13. defaults write com.apple.dock springboard-hide-duration -float 0
  14. defaults write com.apple.dock springboard-page-duration -float 0
  15. defaults write com.apple.finder DisableAllAnimations -bool true
  16. defaults write com.apple.Mail DisableSendAnimations -bool true
  17. defaults write com.apple.Mail DisableReplyAnimations -bool true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement