FlipClock
FlipClock copied to clipboard
Properly remove animation class when timer is stopped
The play class is left behind if the timer is started and then stopped. If the time would be changed with setTime() it will trigger the flip animation even when flip(true) is used.
This change removes the play class from the lists when the timer is stopped.