Closed ianthedev closed 10 years ago
I got it. It is because the wrap: 'both'
should not be placed in animation
.
wrap
needs to be a top level option:
.jcarousel({
vertical : true,
wrap : 'both',
animation : {
duration : 1000,
easing : 'easeInOutSine'
}
})
Yes. Thank you.
I use the following code. The autoscrolling stops at the last slide.