how to implement circular scrolling on a carousel/slider

1.6k Views Asked by At

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 list 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...

2

There are 2 best solutions below

0
On

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.

1
On

Most carousel libraries come with this sort of functionality as a configuration option, which one are you using?