If you want to disable the Safari’s smooth scrolling from Mountain Lion, open a terminal and write
defaults write -g NSScrollAnimationEnabled -bool NO
If you want to enable it again write
defaults write -g NSScrollAnimationEnabled -bool YES
Apple
Smooth scrolling
Thanks to hardware acceleration, web pages scroll smoothly in the browser window even when your Mac is loading new web page content.
Advertisements