Skip to content

Instantly share code, notes, and snippets.

@dnviti
Last active March 16, 2022 09:02
Show Gist options
  • Save dnviti/df248c91e5978453058c60a1c9769116 to your computer and use it in GitHub Desktop.
Save dnviti/df248c91e5978453058c60a1c9769116 to your computer and use it in GitHub Desktop.
Firefox Edge-Like Scrolling
general.smoothScroll.msdPhysics.enabled = true
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS = 250
general.smoothScroll.msdPhysics.motionBeginSpringConstant = 400
general.smoothScroll.msdPhysics.regularSpringConstant = 400
general.smoothScroll.msdPhysics.slowdownMinDeltaMS = 120
general.smoothScroll.msdPhysics.slowdownMinDeltaRatio = 0.4
general.smoothScroll.msdPhysics.slowdownSpringConstant = 5000
mousewheel.min_line_scroll_amount = 22
toolkit.scrollbox.horizontalScrollDistance = 4
toolkit.scrollbox.verticalScrollDistance = 5
apz.frame_delay.enabled = false
mousewheel.default.delta_multiplier_y = 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment