From 77b2c56c080b152ea2e43c31ef9cbf6825580a07 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Thu, 16 Sep 2021 00:06:51 +0000 Subject: [PATCH] Fix: Smooth Scroll - currentVelocityWeighting `0.15` -> `0.12` --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 5f139fa..09c18fe 100644 --- a/user.js +++ b/user.js @@ -36,7 +36,7 @@ user_pref("apz.force_disable_desktop_zooming_scrollbars", false); / user_pref("apz.paint_skipping.enabled", true); /// true user_pref("apz.windows.use_direct_manipulation", true); /// true user_pref("dom.event.wheel-deltaMode-lines.always-disabled", true); /// false -user_pref("general.smoothScroll.currentVelocityWeighting", "0.15"); /// "0.25" <- 1. If scroll too fast, set to "0.12" +user_pref("general.smoothScroll.currentVelocityWeighting", "0.12"); /// "0.25" <- 1. If scroll too slow, set to "0.15" user_pref("general.smoothScroll.durationToIntervalRatio", 1000); /// 200 user_pref("general.smoothScroll.lines.durationMaxMS", 100); /// 150 user_pref("general.smoothScroll.lines.durationMinMS", 0); /// 150