Skip to content

Instantly share code, notes, and snippets.

@ssg
Created January 10, 2023 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssg/153d4c764e41698ab94005479cfd80cc to your computer and use it in GitHub Desktop.
Save ssg/153d4c764e41698ab94005479cfd80cc to your computer and use it in GitHub Desktop.
Edge-like Firefox smooth-scroll settings for mouse wheel

set these in about:config

setting value
general.smoothScroll true
general.smoothScroll.msdPhysics.enabled false
general.smoothScroll.mouseWheel true
general.smoothScroll.mouseWheel.durationMaxMS 400
general.smoothScroll.mouseWheel.durationMinMS 400
general.smoothScroll.pages.durationMaxMS 500
mousewheel.acceleration.factor 10
mousewheel.acceleration.start 1
mousewheel.min_line_scroll_amount 85
@ssg
Copy link
Author

ssg commented Aug 31, 2023

This is still problematic and can get too fast sometimes. It does work pixel accurate with single tick wheel scrolling though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment