Advertisement
zucxk

user.js

Dec 21st, 2021
831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //SMOOTH SCROLLING
  2.  
  3. user_pref("general.smoothScroll.msdPhysics.enabled", true);
  4. user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 250);
  5. user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 450);
  6. user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 450);
  7. user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 50);
  8. user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio;0", 4);
  9. user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 5000);
  10. user_pref("mousewheel.min_line_scroll_amount", 30);
  11. user_pref("toolkit.scrollbox.horizontalScrollDistance", 4);
  12. user_pref("toolkit.scrollbox.verticalScrollDistance", 5);
  13. user_pref("general.smoothScroll.mouseWheel.durationMinMS", 250);
  14. user_pref("apz.frame_delay.enabled", false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement