Skip to content

Stop transformations if countdown has been stopped

BBreiden requested to merge BBreiden/cheese:fix_escape into master

The countdown uses a chained sequence of calls to fade_in and fade_out to display the numbers. This chain kept on going, even if the countdown had been stopped.

I changed the fade_in method to check, if the countdown is still running, before entering the next round. I think, this solves the problem.

Fixes: #71

Merge request reports