wmh/jquery-scrollbox

Stop looping

Closed this issue · 4 comments

Hi, Dear Developer!)
I need to stop endless looping, that's elements would stop scrolling when carousel achieves the last element, can you help me?
Thank You!)

wmh commented

I'll try to add this feature.

wmh commented

With v1.3.0 you can use the new config to setup non-infinite Loop:

$('#demo').scrollbox({
  infiniteLoop: false,
  switchAmount: 3
});

oh) thank you kind man)))
You really helped me)

wmh commented

You are welcome 😄