sorry about that. yeah, in the options object, just set the pause
option to false. I haven't really updated the documentation since I
just made it public today. for you.
.jCarouselLite({pause: false})
If you look at the source file, you'll see all the options listed at
the top.
--Karl
_
Thanks Karl,
it does exactly what I was looking for.
Have a nice day!
Sig
On Oct 4, 4:56 pm, Karl Swedberg wrote:
> I've been working a bit with the jCarouselLite plugin, adding a few
> features as I've needed them. I just put my version on GitHub if you'd
> like to give it a whirl:
>
> h
Thanks Karl,
it does exactly what I was looking for.
Is there a parameter to set in order to avoid the automatically pause
on mouseenter and resume it on mouseleave? I can't find anything on
the documentation about that.
Or I have to remove the code from the plugin itself?
Thanks again and have
I've been working a bit with the jCarouselLite plugin, adding a few
features as I've needed them. I just put my version on GitHub if you'd
like to give it a whirl:
http://github.com/kswedberg/jquery-carousel-lite/fast_forward
There is a "pause" option for the carousel that will automatically
Any ideas at all?
I'm really stuck on this.
THANKS FOR YOU HELP. I appreciate it.
Sig
On Oct 3, 6:08 pm, Macsig wrote:
> Update:
> on jquery website I found something that could help me to achieve the
> stopping/restarting effect I need, here the code
>
> div.hover(
> function() {
Update:
on jquery website I found something that could help me to achieve the
stopping/restarting effect I need, here the code
div.hover(
function() {
clearInterval(autoScroll);
},
function() {
autoScroll = setInterval(function(
6 matches
Mail list logo