Remove Dock Animation Completely
- defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
Reset Dock Animation
- defaults delete com.apple.dock autohide-time-modifier;killall Dock
Set an Ultra-Fast Dock Hide & Display Animation
- defaults write com.apple.dock autohide-time-modifier -float 0.12;killall Dock
Apply commands in a terminal window etc etc.


