Jquery, Jcarousel smooth infinite scrolling

Posted by nharry on Stack Overflow See other posts from Stack Overflow or by nharry
Published on 2010-03-14T15:15:42Z Indexed on 2010/03/14 15:25 UTC
Read the original article Hit count: 897

Filed under:
|

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

    });

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jcarousel