Hey guys, i'm using Cycle, to display some images, and i wanted the pager to be a carousel so that as we add more things we aren't constrained by the width of the page.
That part in general wasn't that hard. The trick is making the carousel scroll based on the active slide for cycle. I was reading the callback functions, but i'm not sure i know how to invoke it the right way. Basically, when the last visible slide becomes active, i want the carousel to advance. And when it gets to the end, to flip back to the front (easy with wrap:last) Here's a paste of what i've got for my jquery code. http://rafb.net/p/sRqmP789.html Thanks.