Disable All Mac Animations
text
sudo defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
sudo defaults write -g NSScrollAnimationEnabled -bool false
sudo defaults write -g NSWindowResizeTime -float 0.001
sudo defaults write -g QLPanelAnimationDuration -float 0
sudo defaults write -g NSScrollViewRubberbanding -bool false
sudo defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
sudo defaults write -g NSToolbarFullScreenAnimationDuration -float 0