That's a very old post, so in current version, according to bootstrap doc:
$('.carousel').carousel({
interval: false
})
or tag option data-interval="false"
On Sunday, March 25, 2012 8:04:12 PM UTC+2, 123gotoandplay wrote:
>
> 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.
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.