It works by scanning for native CSS 3 transitions support and adding a fallback method for playing animations in older browsers.
Does not rely on jQuery.animate(), but dynamically adds and removes CSS classes on DOM elements.
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
What's New in This Release: [ read full changelog ]
· Adds support for transitions to and from 'auto' values, for the CSS properties height, width, margin-left and margin-right.
· Adds support for multiple transitions of different durations (not yet in the IE fallback).