tock
tock copied to clipboard
Timer Object/Class. Kickass!
Hi guys! It will be nice to have ability to optionally show/not snow ms in output from msToTime() method also. Could you please add a second param show_ms here as...
Currently "msToTime" output always include millisecond and need to be customized by end-user also. To achieve this, I added hide_ms option into msToTime function. Also, all millisecond delimiter character format...
Starting a timer and noticing the time in seconds skips sometimes. Like in a 25 min timer [25:58, 25:57] and 25:59 is missing. Also have had 25:58 missing and 25:59...
when i press pause and start again is like i'm pressing `reset` the behavior should be this? I was expecting to start from where i pause
A method that accepts an int value (ms) and sums it to the current time; (it is possible) I am building a timer to track the job and sometimes i...
There are almost 100 stars on this project but I have no idea what anybody's doing with it! It was built for a sports clock/scoreboard and I know someone has...
Hey, I've got the problem that sometimes a callback is skipped. I created a minimal example where I get the current tick with `Math.floor(tock.lap() / tock.interval)`*. I'd expect the list...
Have you looked at using `performance.now()` instead of `Date.now()`? http://updates.html5rocks.com/2012/08/When-milliseconds-are-not-enough-performance-now https://developer.mozilla.org/en-US/docs/Web/API/Performance.now
Hi, using this library, I run into the following error: `Tock is not a constructor` I'm using it in conjunction with nodejs and Typescript: ```typescript import { Tock } from...