I am using the jCarousel plugin from http://sorgalla.com/jcarousel/
I have the carousel automatically scrolling through the images. I want to drop the little pause before each scroll animation – can anybody give me an idea where or how to get rid of that in the plugin
ALTERNATIVELY
Is there maybe a better plugin to do a continuing flow of images like a carousel across a page – I am trying to fix the ‘halt’ issue on this page
You can set
autoto0.001which still pauses, but only one millisecond before continuing. (So basically, no pause) Their code multiplies1000 x options.autoto arrive at the amount to delay. Setting auto to0cancels the auto feature.However, you could use AnythingSlider with the following options:
Since it is meant to be navigated normally, it adds forward/backward buttons as well as a Start/Stop button. You can either edit the plugin, or just hide those elements with CSS:
In these examples,
selectorrefers to the CSS selector needed for jQuery or CSS to properly identify yourdiv. Since you are using.NETI would recommend using a class vs. trying to output the ID from .NET into your selector and CSS.