You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the sequence of carousel was error when I click the prev/next btn.
then, I read the code,find this:
line 199~205
if(to<=options.start-numVisible-1){newPosition=to+initialItemLength+options.scroll;ul.css(animCss,-(newPosition*liSize)+"px");calculatedTo=newPosition-options.scroll;console.log("Before - Positioned at: "+newPosition+" and Moving to: "+calculatedTo);}
I think that options.start - numVisible - 1 has problem probably .
please reply me.
thank you ~~ ☺☺☺☺☺☺
The text was updated successfully, but these errors were encountered:
this is in your website
I use your
demo/
demo-01.html ,and modifed code:origin:
to:
I found that the sequence of carousel was error when I click the prev/next btn.
then, I read the code,find this:
line 199~205
I think that
options.start - numVisible - 1
has problem probably .please reply me.
thank you ~~ ☺☺☺☺☺☺
The text was updated successfully, but these errors were encountered: