TransformJS is a jQuery plugin which exposes new CSS properties accessible through .css() and .animate() which you can use to apply and manage transformations to a jQuery element.
TransformJS uses feature detection to analyze the supported features of the browser it is running in and adapts accordingly and it maintains an in-memory matrix which it uses to apply the transforms.
The ability to use transforms without constructing huge stylesheets for x-browser compatability is nice.
Related Posts
- JavaScript Progress Indicator: Spin.js
- Animated jQuery Image Slider with Unique Transition Effects: Chop Slider
- Adobe Edge Creates Flash-like Animations with HTML5
- jQuery-powered HTML5 UI Framework: Kendo UI
- CSS3 Transitions With Custom Easing Functions: Morf.js