Bug 736251 - Change scrolling duration to 400ms to make it feel more responsive. r=roc, ui-r=limi

This commit is contained in:
Avi Halachmi 2012-03-21 20:02:50 -04:00
parent 8bdd70a01d
commit 55fabcc99e

View File

@ -1351,7 +1351,7 @@ pref("mousewheel.horizscroll.withmetakey.sysnumlines",true);
// Note: Currently OS X trackpad and magic mouse don't use our smooth scrolling
// Note: These are relevant only when "general.smoothScroll" is enabled
pref("general.smoothScroll.pixels.durationMinMS", 200);
pref("general.smoothScroll.pixels.durationMaxMS", 800);
pref("general.smoothScroll.pixels.durationMaxMS", 400);
pref("general.smoothScroll.lines.durationMinMS", 150);
pref("general.smoothScroll.lines.durationMaxMS", 150);
pref("general.smoothScroll.pages.durationMinMS", 150);