A Jquery plugin that automatically converts HTML5 DOM elements into a 3D scene using CSS3 Transforms.
3 steps to 3D-ify your HTML element:
1) In your HTML, surround the tags you wish to 3D-ify with a box-model tag like a div then call .tridView() on it.
2) Specify the transformation you want on your 3D-ified element with .trid(...)
3) Push your transformations to the DOM using $.tridTick().
Presto: 3D inside your web page.
Want an animated 3D scene? Create a window.
View full history Series and milestones
trunk series is the current focus of development.