You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixedfredleblanc#24, now works with jQuery v1.7.2
- Added a compareVersions method for comparing jQuery versions
- Updated animateToBearing to use jQuery's new animation result for versions 1.7.2 or higher
Fixesfredleblanc#12: Added autoplayInitialDelay option
- autoplayInitialDelay adds a delay before autoplay is started
- autoplayStartTimeout added to internalData for cancelling an autoplay start
Fixedfredleblanc#10: Elements can be added dynamically
Fixed an issue with relayoutChildren where new elements weren't getting settings
Changed event bindings to be removed and re-added with each relayoutChildren (except responsive resizing)