cssSandpaper is a JavaScript library that allow web developer to rotate, scale, and skew objects in HTML using CSS transform
property in all browsers.
However, Firefox, Opera and Webkit based browser support it via vendor-specific prefixes such as -moz-transform
for Firefox, -o-transform
for Opera and -webkit-transform
for Webkit engines (like Safari) but Internet Explorer doesn’t support to CSS transform
properties. Here is cssSandpaper can help you.
The library use there own vendor-specific prefix like -sand-
before each CSS3 property it supports like -sand-transform
, -sand-box-shadow
or -sand-gradient
. Once they are defined, it searches for these rules in the CSS file and applies the browser-specific transformations via JavaScript.
- Demo: http://www.useragentman.com/tests/cssSandpaper/cube3.html
- Download: http://www.useragentman.com/downloads/cssSandpaper.1.0