neclimdul / uicarousel

Fixing some bugs in the ui carousel plugin.
http://plugins.jquery.com/project/uicarousel
7 stars 2 forks source link

Support hover pause #2

Closed neclimdul closed 14 years ago

neclimdul commented 14 years ago

Support disabling hover on events like hover etc. This could possibly be something that is just accessible through a method that enables/disables the auto rotation and is shared with the initialization.

neclimdul commented 14 years ago

Ok, this isn't natively handled but it can be handled by using hover or hoverIntent or something else to capture click, or other event and call .carousel('auto', 0) or other value to trigger this.