https://bugs.kde.org/show_bug.cgi?id=441308
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/205fb923cb8e | |1cbc0d26edc5a2ce37784ac32b4 | |1 Version Fixed In| |5.23 --- Comment #9 from Nate Graham <n...@kde.org> --- Git commit 205fb923cb8e1cbc0d26edc5a2ce37784ac32b41 by Nate Graham. Committed on 26/08/2021 at 16:15. Pushed by ngraham into branch 'master'. [effects/overview] Speed up animation The current duration is 300ms, which is inappropriate for two reasons: 1. It's too slow 2. It doesn't match one of the standard durations. The effect should ideally use those durations directly, but if this is not possible for technical reasons, it should use the effective value of one of those durations. Units.longDuration is 200ms which is the most appropriate one to use here. Therefore, change the animation duration from 300ms to 200ms to match the standard Units.longDuration duration. FIXED-IN: 5.23 M +1 -1 src/effects/overview/overvieweffect.cpp M +1 -1 src/effects/overview/overvieweffect.h https://invent.kde.org/plasma/kwin/commit/205fb923cb8e1cbc0d26edc5a2ce37784ac32b41 -- You are receiving this mail because: You are watching all bug changes.