Sprite3D is framework agnostic, written in pure stand-alone JS code.
The library basically wraps HTML objects and manipulates their position via CSS3 transform options.
Various examples are included with the download package.
Here are some key features of "Sprite3D.js":
· Easily manipulate the underlying DOM elements
· AS3-style properties
· AS3-style scenography
· JS-style method chaining
· Basic support for sprite sheets
· Checks for browser support
· Lots of accessor methods
Requirements:
· JavaScript enabled on client side
Limitations:
· Only Webkit browsers are currently supported. This will change as other browsers will have CSS3 transform support.