Skip to content

Instantly share code, notes, and snippets.

@IngrownMink4
Last active April 19, 2021 18:30
Show Gist options
  • Save IngrownMink4/4d9358b1035392588a3f4b96a4570c5c to your computer and use it in GitHub Desktop.
Save IngrownMink4/4d9358b1035392588a3f4b96a4570c5c to your computer and use it in GitHub Desktop.
Smooth Scrolling Configuration Flags (Firefox)

Firefox v78> ESR scrolling config. 👍🏽

general.smoothScroll.mouseWheel.durationMaxMS: 400

general.smoothScroll.mouseWheel.durationMinMS: 200

general.smoothScroll.mouseWheel.migrationPercent: 0

Firefox v88< Nightly config. 👎🏽

general.smoothScroll.mouseWheel.durationMaxMS: 200

general.smoothScroll.mouseWheel.durationMinMS: 50

general.smoothScroll.mouseWheel.migrationPercent 0

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