Hacker News new | ask | show | jobs
by thomasxiii 5365 days ago
Built an analog CSS clock of my own without the use of any pre-rendered images (http://attasi.com/experiments/analog-clock/). Surprisingly, keeping time with CSS is far more accurate than with JS. The animation is also waaaay smoother.
1 comments

Except your version doesn't work on Firefox because I lack "webkit". You may as well have written it in Flash, or VBScript.
I know :/

It's written only for webkit because I don't have the time to cross-browser check experiments. Can't wait until we don't need browser prefixes.