GlobeTownDevs / stopwatch

Stopping your watches
0 stars 1 forks source link

Display of last digit in milliseconds #11

Open marisid opened 7 years ago

marisid commented 7 years ago

This is again a UX point. The last digit 'gets stuck' at a certain number as you run the stopwatch. This has probably to do with the accuracy of delay time in setInterval that cannot be less than 10ms and so the third digit is not really that representative. It would maybe be better to actually have two digits that show hundreds of ms. This is just a suggestion that we applied ourselves to make ms look better when counting.