This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # full credits to the original post | |
| # taken from https://www.reddit.com/r/firefox/comments/7ei43x/any_way_to_make_the_smooth_scrolling_act_the_same/dq5afi0/ | |
| MS Edge smooth scrolling | |
| 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 |