Live data from Hacker News

Pure CSS3 dancing Bender

liveweave.com

21–30 of 67 posts

Re: Pure CSS3 dancing Bender

#21
post #14

neat! I've gotten into CSS3 and JS recently but I'm not sure how this works. Can someone explain to this old C dog the principles of how it works, though? I thought this would require JS to work? I apologize in advance for being out of touch. :(

You set up your elements in HTML, then do the keyframes and reposition the elements in CSS.

I did this: http://lucianmarin.com/peculiar/

Re: Pure CSS3 dancing Bender

#23
This is really neat. I'm really interested in seeing how all these new fancy CSS3/HTML5 features shape the evolution of casual online games. Back in the day it was either static images, like the Neopets sort of thing (which are still pretty common with young kids I think - Webkinz is a cash cow and that site looks straight out of my childhood), or slow awful Flash games that usually didn't have any data persistence. Even if this Bender example is kind of hacky as other comments are indicating, the possibilities still seem pretty limitless.

Re: Pure CSS3 dancing Bender

#25
post #23

This is really neat. I'm really interested in seeing how all these new fancy CSS3/HTML5 features shape the evolution of casual online games. Back in the day it was either static images, like the Neopets sort of thing (which are still pretty common with young kids I think - Webkinz is a cash cow and that site looks straight out of my childhood), or slow awful Flash games that usually didn't have any data persistence.…

For an example of one modern JS game, see http://www.bombermine.com

I'm not aware of any games that use CSS3 for the ingame graphics, though.

Re: Pure CSS3 dancing Bender

#28

How does.. I don't even... Is there some tool they used to make this? Because my human brain can't imagine how this came to exist.

Looks like pretty clean handmade CSS.

I don't see any magic here. Modern CSS3 lets you build arbitrary geometry with arbitrary animations if you're crazy enough.

What I do see here is an excellent grasp of Cartesian geometry and some serious dedication. Which I suppose is no less magical.

Post reply on HN