我正在嘗試使用 about:config 調整 Firefox 平滑滾動設置,以實現像 Internet Explorer 11 中的預設設定一樣的平滑滾動。您知道要更改哪些值以及將它們更改為什麼值嗎?
答案1
我也一直在嘗試獲得相同的設定。由於 Edge 使用了 Firefox 中沒有的一些加速參數,因此似乎無法僅透過調整值來完全複製該行為。
然而,這是我發現的最好的。
general.smoothScroll.mouseWheel.durationMaxMS = 100
general.smoothScroll.mouseWheel.durationMinMS = 100
general.smoothScroll.pages.durationMaxMS = 100
general.smoothScroll.pages.durationMinMS = 100
general.smoothScroll.pixels.durationMaxMS = 100
general.smoothScroll.pixels.durationMinMS = 100
general.smoothScroll.scrollbars.durationMaxMS = 100
general.smoothScroll.scrollbars.durationMinMS = 100
general.smoothScroll.stopDecelerationWeighting = 1
答案2
此錯誤似乎在 Firefox 82(2020 年 10 月)中再次出現。這些似乎是問題值:
general.smoothScroll.mouseWheel.durationMaxMS 200
general.smoothScroll.mouseWheel.durationMinMS 50
恢復到以前的值似乎已經解決了問題:
general.smoothScroll.mouseWheel.durationMaxMS 400
general.smoothScroll.mouseWheel.durationMinMS 200