Y
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
smokinn
4067 days ago
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.
link
JimmyM
4066 days ago
CSS animations? They've got really good support across most browsers (c. 90% coverage).
link
The JS version first removes the "As of" and updates the numbers dynamically.