1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

add elastic overscroll

This commit is contained in:
yokoffing
2021-03-24 22:10:05 -04:00
committed by GitHub
parent fc3cede433
commit 2ff45c19e1
+2 -1
View File
@@ -11,7 +11,7 @@
* SmoothFox *
* "Faber est suae quisque fortunae." *
* priority: smooth scrolling *
* version: 29 December 2020 *
* version: March 2021 *
* url: https://github.com/hjstephens09/Better-Fox *
***************************************************************************/
@@ -31,3 +31,4 @@ user_pref("general.smoothScroll.mouseWheel.durationMaxMS", 250);
user_pref("general.smoothScroll.mouseWheel.durationMinMS", 125);
user_pref("general.smoothScroll.stopDecelerationWeighting", "0.7");
user_pref("mousewheel.min_line_scroll_amount", 25);
user_pref("apz.overscroll.enabled", true); /*elastic overscroll*/