Feature detects CSS transitions and provides a means to manage transitions that start or end with unanimatable properties solely using class definitions in CSS. Adds two methods to jQuery:
.addTransitionClass( className )
.removeTransitionClass( className )
These fall back to jQuery's standard .addClass() and .removeClass() when the browser does not support CSS transitions, so they are safe to use without forking your code.