Skip to content

WheelHandler: Added option to disable smooth scrolling

Previously, smooth scrolling was only configurable with the global animation speed setting. This commit adds the KIRIGAMI_DISABLE_SMOOTHSCROLL environment variable, which will disable smooth scrolling when set to 1 or true. This allows the user to disable smooth scrolling without impacting the speed of other animations.

Merge request reports