Live data from Hacker News

Wristwatch in only HTML/CSS

codepen.io

1–10 of 37 posts

Re: Wristwatch in only HTML/CSS

#3
I love it how the HTML is 30 lines and the CSS is like 300 or so. It's an awesome watch.

Keyframes are a beautiful thing in CSS but boy oh boy I wish jQuery implemented them to reduce CSS size. It's becomming insane to have so many keyframes with 0%, 40%, 80%, 100% and so on.

Re: Wristwatch in only HTML/CSS

#7
Very cool, but I am still amazed by how CSS animations are killing modern desktop CPU. I guess this is because my Chrome browser is not using GPU acceleration for CSS?

If I duplicate 10 times the watch, my CPU hits 100%.

Post reply on HN