From d51b26baae1208f94a5570d28b1a6735fe90ad21 Mon Sep 17 00:00:00 2001 From: fuggy <45698918+nonetrix@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:07:38 -0500 Subject: [PATCH] Edge like smooth scrolling --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 79108d2..35cfb7d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ A Firefox userChrome.css theme that aims to recreate the look and feel of the Ch ##### Recommended: 1. `browser.tabs.tabMinWidth` = `66` 2. `browser.tabs.tabClipWidth` = `86` + 3. `general.smoothScroll.currentVelocityWeighting` = `0` + 4. `general.smoothScroll.mouseWheel.durationMaxMS` = `250` + 5. `general.smoothScroll.stopDecelerationWeighting` = `0.28` + 6. `mousewheel.min_line_scroll_amount` = `25` + 7. `general.smoothScroll.msdPhysics.enabled` = `true` Additional tweaks can also be applied to the theme, such as Mica (Windows 11 Only), Floating Tabs and more. See [Tweaks](#tweaks).