CSSAnimate using CSS3 transition instead of the default jQuery.CSSAnimate method.
It provides a fallback to the default CSSAnimate method if CSS3 is not supported by the browser.
Get the code
.CSSAnimate({ x: 50, y: 30 });
.css({ x: 50, y: 30 });
.CSSAnimate({ rotate: 45 });
.css({ rotate: 45 });
.CSSAnimate({ scale: 2 });
.css({ scale: 2 });
.CSSAnimate({ skew: -50 });
.css({ skew: -50 });
.CSSAnimate({ skew: -50 })
.CSSAnimate({rotate:-120});
.CSSAnimate({ marginLeft: -50 })
.CSSAnimate({marginTop:-50});
back to pupunzi experiments