CSS3 AT-AT

by Jack

February 23, 2010 at 1:27 pm
Tagged: ,

Via Mike, check out this pure CSS3 AT-AT walker (requires a Webkit browser like Safari or Chrome), and here’s how it’s done.

I haven’t read the latter link yet, but it strikes me that if you mixed in some javascript you could make games with this.

1 comment

RSS / trackback

respond

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  1. Jared

    on February 23, 2010 at 6:37 pm

    I hadn’t realized CSS3 had added timed events: what a stupid idea. One of the reasons that Flash is so successful is that it separates the animation direction from the interactive logic. A game would be much better implemented with SVG+SMIL+ECMAScript than this ugly kludge.