jquery.trend
Fail-safe TransitionEnd event for jQuery.
Adds a new trend
event that can be used in browsers that don't support
transitionend
.
It works by parsing an element's transitionDuration
property and using
setTimeout
as a fallback. Because of this, Trend can only be used with
jQuery.one
.
Usage
var el = ; el; el;