FlipClock icon indicating copy to clipboard operation
FlipClock copied to clipboard

Properly remove animation class when timer is stopped

Open r15ch13 opened this issue 8 years ago • 0 comments

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.

r15ch13 avatar Apr 20 '17 15:04 r15ch13