How to Disable Smooth Scrolling in Mountain Lion


You have just downloaded the new Mountain Lion and there you make a page scrolling in Safari to notice that the animation is getting faster, a different behavior in previous versions of OS X.


This is due to the smooth scrolling triggered by Apple and mimics the behavior of the corresponding iOS. If it bothers you and you can not get used to open the Terminal and issue the following command:

defaults write-g NSScrollAnimationEnabled-bool NO

If you want to turn it back on, issue the command:

defaults write-g NSScrollAnimationEnabled-bool YES

Post a Comment

Previous Post Next Post