tags:

views:

44

answers:

1

Hi all,

I'm looking for a jquery plugin to slide images horizontally in a way that the scrolling is continuous (copntent is displayed in an infinite loop) and enabled by default (autoscroll). The closest I've found is jcarousel however the "auto" property can only be set to 0 (in which case autoscroll is disabled) or 1+ which represents a pause time between the slides.

Does anyone already come accross what I'm looking for?

Thanks.

A: 

Perhaps the Cycle plugin.

pritaeas
Thanks. Indeed the "continuous" option allows for constant scrolling: http://malsup.com/jquery/cycle/continuous.html. However this plugin only displays 1 picture at a time, whereas I'm looking for a slider which looks like jcarousel.
Sorry, this was not obvious to me from your question.
pritaeas