Internet Explorer 11 のデフォルト設定のようなスムーズ スクロールを実現するために、about:config を使用して Firefox のスムーズ スクロール設定を調整しようとしています。これは可能ですか? どの値を変更すればよいか、またどの値に変更すればよいかご存知ですか?
答え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