Jquery, Jcarousel smooth infinite scrolling
- by nharry
Hi all, I am using jcarousel to auto scroll some images. I would like to know how to make them scroll in one fluid scroll with no pauses or stops.
Currently there is a pause and then it scrolls again. If I am not making myself clear then ask and I will try to explain a little better.
This is the code:
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
auto: 1,
wrap: 'last',
vertical: true,
animation: 5000
});