Skip to content

Instantly share code, notes, and snippets.

@y1zhou
Created December 5, 2019 17:58
Embed
What would you like to do?
Edge style smooth scrolling for FireFox
pref("general.smoothScroll.mouseWheel.durationMinMS", 50);
pref("general.smoothScroll.mouseWheel.durationMaxMS", 150);
pref("general.smoothScroll.currentVelocityWeighting", 0);
pref("general.smoothScroll.stopDecelerationWeighting", 0.82);
pref("mousewheel.default.delta_multiplier_y", 200);
pref("mousewheel.min_line_scroll_amount", 25);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment