Hacker News new | ask | show | jobs
by lukealization 4067 days ago
Dev here. Good luck creating a countdown site without JS (and no, meta-refresh doesn't count).
2 comments

The non-js version has "As of [page load time]" and static numbers.

The JS version first removes the "As of" and updates the numbers dynamically.

CSS animations? They've got really good support across most browsers (c. 90% coverage).