Timer.js. A JavaScript timer that works independently of audio playback.

github.com/mrdoob/timer.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2012
  • Update README.md
February 2012
  • Avoiding compiler warnings.
December 2011
  • Executing play() code only when paused.
October 2011
  • Added .fps property.
  • Yet another fix to the delta code.
  • Fixed delta code.
  • Added `.currentDelta`
  • Infinity instead of NaN by default seems more useful.
  • Date.now() instead of new Date().getTime()
  • Now using _private code style.
  • Beautified usage example
  • Added README.md
  • first commit