Back
Timer Test
TimerDrift
25:00
This is the first version of my timer that uses setInterval and nothing else.
TimerDrift with Animation Frame
25:00
This is the second version of my timer that uses requestAnimationFrame and refs to hold time passed.
TimerDrift with SetInterval and Refs
25:00
THis timer holds the time in a ref and uses setInterval to update the time.