shape-shifter
shape-shifter copied to clipboard
Report a bug about countdown module.
When we set cmd sequence length equal 3, and then cmd sequence include #countdown 3.
Countdown is not working.
ps:
function timedAction ... if ((!reverse && max && currentAction === max) || (reverse && currentAction === 0)) { clearInterval(interval); } ...