https://bugs.kde.org/show_bug.cgi?id=485927

n.parka...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n.parka...@gmail.com

--- Comment #9 from n.parka...@gmail.com ---
It looks like these animations are all being driven by QUnifiedTimer, which
uses a shared global tick, and the tick interval just defaults to 16ms. And if
some component ends up calling QUnifiedTimer::setTimingInterval(), it would
affect other animations since it's shared. It might explain why it fixes itself
sometimes.

If I apply the attached patch to qt6-base to change to default tick interval to
6ms, all the animations look smooth on my 144hz display (overview effect,
system settings scrolling, the smooth scrolling in okular).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to