Got this at <
Ben Gold's site> via a link from <
Finer Things in Tech>. It changes the speed of the animation in showing and hiding the Dock.
defaults write com.apple.dock autohide-time-modifier -float 0.5;killall Dock
I changed mine to:
defaults write com.apple.dock autohide-time-modifier -float 0.
25;killall Dock
Really, REELY fast!
One of the nice things about Finer Things is that the owner has used "responsive html" to re-size objects when you change the size of your window by viewing it on different hardware or just by narrowing the window to see something else on your screen. Very simple, very nice to the viewer, hardly ever done.