S
S
Sergey2011-05-01 19:58:44
JavaScript
Sergey, 2011-05-01 19:58:44

jquery carousel?

Can you tell me where to download the ready-made plugin so that there are two arrows to the left and to the right, but if no one clicks them, then the carousel itself moves smoothly, like a running line.

Google gave out a bunch of things, already tired of looking for the type I need.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sajgak, 2011-05-01
@sajgak

mm… 20 lines of code (10 for each button + setInterval with a trigger for pressing a certain one (+ 1 more line)). Can you try it yourself?

A
Arthur Koch, 2011-05-01
@dudeonthehorse

Dig the jcarousel script, everything is implemented there.

V
Vlad Frolov, 2011-05-01
@frol

$(".default .jCarouselLite").jCarouselLite({
btnNext: ".default .next",
btnPrev: ".default .prev",
auto: 800,
speed: 1000
});
I collected 2 demos for you in one. gmarwaha.com/jquery/jcarousellite/index.php#demo

P
pietrovich, 2011-05-02
@pietrovich

flowplayer.org/tools/demos/scrollable/plugins/index.html#autoscroll

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question