Closed (fixed)
Project:
jQuery UI Carousel
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 14:18 UTC
Updated:
4 Jan 2010 at 23:30 UTC
Not all of the parameters seem to work for my views implementation of the carousel;
1. "easing" doesn't seem to make any difference using the defaults (linear or swing)
2. "animation" also seems buggy; neither slow, fast nor 4000 makes any difference
3. "circular carousel" - mine runs continuously even though circular isn't checked.
(the other parameters seem to work fine)
And a feature-request; I would like the carousel to pause on mouseover, or while using the previous/next controls. Also; when using previous/next, the timeout for moving to the next image should be reset so it doesn't swith immediately after using the controls...
Comments
Comment #1
neclimdulI can't seem recreate 1) I get different results with linear and swing. However, I have fixed the other 2 bugs listed here.
As for the other bug I'm going to move that to my issue queue on github for the javascript library. I've made a couple issues for the requested functionality. http://github.com/neclimdul/uicarousel/issues
Comment #2
neclimdul