Skip to content

Instantly share code, notes, and snippets.

@z3oc
Created June 7, 2019 02:00
Show Gist options
  • Save z3oc/772e99c140798e702b1410995fce658a to your computer and use it in GitHub Desktop.
Save z3oc/772e99c140798e702b1410995fce658a to your computer and use it in GitHub Desktop.
Firefox -> MS Edge flavor smooth scroll
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS;250
general.smoothScroll.msdPhysics.enabled;true
general.smoothScroll.msdPhysics.motionBeginSpringConstant;450
general.smoothScroll.msdPhysics.regularSpringConstant;450
general.smoothScroll.msdPhysics.slowdownMinDeltaMS;50
general.smoothScroll.msdPhysics.slowdownMinDeltaRatio;0.4
general.smoothScroll.msdPhysics.slowdownSpringConstant;5000
mousewheel.min_line_scroll_amount;30
toolkit.scrollbox.verticalScrollDistance;5
toolkit.scrollbox.horizontalScrollDistance;4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment