This seems to work in my case

$('.carousel').carousel(
           {
           interval:1500,
           pause: true
           }
           );
    $('.carousel').carousel('pause');


Do you know how to slide two div's?

On 22 mrt, 16:47, Artem <[email protected]> wrote:
> Hi guys,
>
> Is it possible to initialize carousel in such way that it don't slide
> automatically?
> I mean I want cycling only when user click prev or next.
>
> If no, maybe you can advice how existing code can be modified to
> achieve such effect?
>
> Thanks in advance, Artem.

Reply via email to