TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CSS3 Flip Clock Look

6 pointsby js4allover 14 years ago

3 comments

jwsover 14 years ago
Just to save everyone else 90±30 seconds…<p>It doesn't change. There is no slick transform of the flipping numbers, just a static display. But it is pretty.<p>(In a related, but not interesting enough to post, bit of geekery. On Apple's home page you will see a "billionth app" counter. They drive it from a triple of ( timestamp, basecount, rate) so it updates in real time, but once in a while (hourly?) they resync it to the actual number and rate. Nice compromise between accuracy and server resources.)
评论 #2107958 未加载
Entlinover 14 years ago
Nice. 124 lines of code. Add 5 more to show the time and you've got something people will return to.
评论 #2107852 未加载
st3fanover 14 years ago
Too bad it doesn't show local time :-)