by Flam on 8/12/12, 3:21 PM with 35 comments
by timmyd on 8/12/12, 4:01 PM
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.
by brianshumate on 8/12/12, 5:44 PM
Using a CSS texture from http://lea.verou.me/css3patterns/
by nnnnni on 8/12/12, 5:42 PM
by j15e on 8/12/12, 5:29 PM
If I duplicate 10 times the watch, my CPU hits 100%.
by DigitalSea on 8/13/12, 3:01 AM
Aside: the CSS animations absolutely decimate my core i7 PC and almost makes Chrome become unresponsive. The CPU usage is through the roof, can't wait until CSS animations are stable and more widely supported.
by rthprog on 8/12/12, 4:34 PM
by alexquez on 8/12/12, 6:26 PM
by FWeinb on 8/13/12, 7:52 AM
by bkyan on 8/13/12, 1:19 AM
#glass #center #smallHand, #glass #center #midHand, #glass #center #bigHand { -webkit-transform-origin: 0% 50%; }
It's working in your demo, so I'm guessing you simply forgot to copy it over to the exposed CSS source code? Awesome work, by the way! :)
by bvdbijl on 8/12/12, 7:19 PM
by rurounijones on 8/13/12, 2:24 AM
To me the title is inaccurate but no one else seems to have mentioned it so...
by dmitriy_q on 8/12/12, 3:27 PM
by martin-adams on 8/12/12, 7:21 PM