Affichage des articles dont le libellé est 3D. Afficher tous les articles
Affichage des articles dont le libellé est 3D. Afficher tous les articles

mercredi 31 août 2011

3D and 2D Transforms for jQuery: TransformJS

Posted by YufGrafix | mercredi 31 août 2011 | Category: , , | 0 comments


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.

Requirements: jQuery
Website: http://transformjs.strobeapp.com/
License: Free