CSS rotation cross browser with jquery.animate()

CSS-Transforms are not possible to animate with jQuery, yet. You can do something like this: You can read more about the step-callback here: http://api.jquery.com/animate/#step http://jsfiddle.net/UB2XR/23/ And, btw: you don’t need to prefix css3 transforms with jQuery 1.7+ Update You can wrap this in a jQuery-plugin to make your life a bit easier: http://jsbin.com/ofagog/2/edit Update2 I … Read more

jQuery animate backgroundColor

The color plugin is only 4kb so much cheaper than the UI library. Of course you’ll want to use a decent version of the plugin and not some buggy old thing which doesn’t handle Safari and crashes when the transitions are too fast. Since a minified version isn’t supplied you might like test various compressors and make your own min version. … Read more