This is the demo I made on site at IE9 Hackathon for Microsoft Taiwan. I got 3rd place and won an XBox 360 with Kinect with this :)
Position and wind drag is not calculate with physics engine :P. The effect of wind drag and gravity are simply added at every loop.
- jQuery, jQuery plugin
- <canvas>
- drawImage()
- rotate()
- translate()
- Inline SVG
- <img> SVG
- CSS transform
- CSS text-shadow
- Doesn't work on Firefox for unknown reason (it complain about image not ready)
- Webkit doesn't calculate the native size of an SVG image correctly; that's why the HTML5 logo is distorted.