Sorry about the nitpick; this really is a cool implementation :-)
Stopwatch in CSS
11–20 of 38 posts
Re: Stopwatch in CSS
#12is something supposed to happen when I press play (safari, iPad)?
The time starts ticking (chrome beta, android) It'd be cool if I could read the time via JS
parseInt(getComputedStyle($('#seconds'), ':after').top)/-76
(see https://gist.github.com/alexlouden/7481780 for full)
Re: Stopwatch in CSS
#131. http://thejavascripthomework.wordpress.com/2012/10/13/15-pur...
Re: Stopwatch in CSS
#14Then again what do I expect?
Works fine in Chrome and Firefox.
Re: Stopwatch in CSS
#15Re: Stopwatch in CSS
#16Re: Stopwatch in CSS
#17I love how the stop button is just a link to the page. Smart.
Re: Stopwatch in CSS
#18For me, the button font doesn't load and the background transisiotions are, as always, extremely sluggish. (Firefox 17 ESR)
Re: Stopwatch in CSS
#19Great example of a cool trick using completely the wrong tool for the job.
Re: Stopwatch in CSS
#20This is cool. But should the fourth section (sub-seconds) be running from 0-99? It is currently running from 0-59, too. Sorry about the nitpick; this really is a cool implementation :-)