how to implement circular scrolling on a carousel/slider
I am using a slider i found on the web. It works great except that i need it to do circular scrolling. At the moment when u get to the last image, it slides very quickly to the left back to the first one. I want it to be able to keep going in a circular fashion continuously like a never ending lis开发者_JAVA百科t of images but obviously repeated images.
Just want to see if someone can help out with this or at least provide some guidance.
here is the jsfiddle link for it: http://jsfiddle.net/alibaba/KFjq4/
thank you...
Most carousel libraries come with this sort of functionality as a configuration option, which one are you using?
You can do it in jQuery. You can add a component to jQuery called jCarousel that will do what you asked. Here's an example of a circular carousel using jCarousel. More complex examples of carousels.
精彩评论