Sunday, November 28, 2010

CSS Transformations II

I wanted everyone to see that it's in progress, so here's a quick test that is only using CSS transformations.  There is no canvas involved in this example.  This will not work in IE8 or earlier (yet) so don't even try.  =)

CSS Transformations Testing

I feel it's important to point out that this isn't using the support method I previously talked about.  That was actually quite problematic and wasn't an ideal solution.  Instead, HTMLElementContext has transformation support built into it.  It also has a very simple transformation stack so it works like the canvas context.  By the way, this is running out of the v2.0 branch.

No comments:

Post a Comment