Skip to content
Commit 94b74cff authored by Quinten Kock's avatar Quinten Kock Committed by Vlad Zahorodnii
Browse files

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.

BUG: 472901
parent 30600a06
Pipeline #501376 passed with stage
in 7 minutes and 46 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment