[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I enable Smooth Scrolling?

In Mozilla 1.7.x, Smooth Scrolling can be enabled by going to Edit -> Preferences -> Appearance, and putting a check mark beside "Use smooth scrolling".

Smooth Scrolling is, however, available in earlier versions, going back to version 1.4.
To enable Smooth Scrolling in earlier versions, add the following line to your user.js file:

user_pref("general.smoothScroll", true);

Or you can enter about:config in the location bar.
Add the Boolean preference general.smoothScroll.
Set the value to true.

[an error occurred while processing this directive]