Estou tentando ajustar as configurações de rolagem suave do Firefox usando about:config para obter uma rolagem suave como as configurações padrão do Internet Explorer 11. Isso é possível? Você sabe quais valores alterar e para quais valores alterá-los?
Responder1
Também tenho tentado obter as mesmas configurações. Parece que o comportamento não pode ser copiado exatamente apenas ajustando os valores, já que o Edge usa alguns parâmetros de aceleração que não estão no Firefox.
No entanto, aqui está o melhor que encontrei.
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
Responder2
Este erro parece ter ressurgido com o Firefox 82 (outubro de 2020). Estes parecem ser os valores do problema:
general.smoothScroll.mouseWheel.durationMaxMS 200
general.smoothScroll.mouseWheel.durationMinMS 50
Reverter para esses valores anteriores parece ter resolvido o problema:
general.smoothScroll.mouseWheel.durationMaxMS 400
general.smoothScroll.mouseWheel.durationMinMS 200