https://bugs.kde.org/show_bug.cgi?id=472901
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/94b74cff96 | |0566d42813ecf4847637c2283a6 | |fac Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 94b74cff960566d42813ecf4847637c2283a6fac by Vlad Zahorodnii, on behalf of Quinten Kock. Committed on 16/10/2023 at 19:07. Pushed by vladz into branch 'master'. plugins/slide: add special case for instant animations In springmotion.cpp for the slide plugin, there are issues when animations are disabled, namely a black screen flicker. The flicker is caused by float under/overflow (div-by-0 -> infinity). This commit fixes that by special-casing an infinite spring constant, so that the animation immediately jumps to the anchor. M +10 -0 src/plugins/slide/springmotion.cpp https://invent.kde.org/plasma/kwin/-/commit/94b74cff960566d42813ecf4847637c2283a6fac -- You are receiving this mail because: You are watching all bug changes.