Skip to content

carousel: Fix crash with 2 overlapping animations

Alice Mikhaylenko requested to merge wip/exalm/carousel-fix into main

If we start an animation while one is already running, we first set the state for the new animation, then stop the old animation resetting the same state, then start the new animation with the empty state. We should stop it first, then set the state.

Fixes #185 (closed)

Merge request reports