https://bugs.kde.org/show_bug.cgi?id=482035
--- Comment #1 from ratijas <m...@ratijas.tk> --- That's quite unexpected. The new smooth scrolling behavior is backed by a QPropertyAnimation, which is supposed to integrate with QML scene's (and ultimately QWindow's-) refresh rate without any additional setup on our end. The only custom timer I see in this code is the one to force stop the animation after 400 ms. https://invent.kde.org/frameworks/kirigami/-/blob/master/src/wheelhandler.cpp -- You are receiving this mail because: You are watching all bug changes.