How to control JCarousel Vertical Scroller speed?

Debraj Mandal picture Debraj Mandal · Sep 15, 2010 · Viewed 7.4k times · Source

How to control JCarousel Vertical Scroller speed?

Answer

pachabhaiya picture pachabhaiya · Mar 1, 2012

Try animation: 1600. I think this will help you.
For example:

jQuery('#anyid').jcarousel({
    auto: 3,
    vertical: true,
    wrap: 'circular',
    scroll: 2,
    animation: 1600
});