Skip to content

Commit 5013533

Browse files
committed
perf: Re-enable msd physics for smooth scrolling, b=no-bug, c=no-component
1 parent ce75bc1 commit 5013533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/app/profile/smoothscroll.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5+
pref("general.smoothScroll.msdPhysics.enabled", true);
56
pref("general.smoothScroll.currentVelocityWeighting", "0.15");
67
pref("general.smoothScroll.stopDecelerationWeighting", "0.6");
78
pref("mousewheel.min_line_scroll_amount", 10);

0 commit comments

Comments
 (0)