Skip to content

Tags: tom4141/roundabout

Tags

v2.4.2

More hopeful manifest stuff. Man, this *is* easy.

v2.4.1

Fixed formatting of README

v2.4

Fixed fredleblanc#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

v2.3

Fixes fredleblanc#12: Added autoplayInitialDelay option

- autoplayInitialDelay adds a delay before autoplay is started
- autoplayStartTimeout added to internalData for cancelling an autoplay start

v2.2.1

Fixed fredleblanc#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)

v2.2

Added getChildInFocus interface

Creates a public interface to otherwise internal Roundabout data.

v2.1.1

Addressed an autoplay issue where autoplayPauseOnHover was overriding…

… a manual call to stopAutoplay.

v2.1

Merge branch 'master' of github.com:fredhq/roundabout

v2.0

A complete rewrite from the ground up. Now includes autoplay baked-in…

…, drag and drop capabilities, events, callbacks, and more.