Results 2 comments of Pasquale

I have the same problem: number: 29 delay: 10 time: 1000 I fixed this bug by replacing line 40 `var newNum = parseInt(num / divisions * i);` with: `(num /...