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 think must remove the line: running = true.
If putting that line int that function, the next and prev button do not work because the running alway has true value.
The text was updated successfully, but these errors were encountered:
Your code:
function animateToPosition(animationOptions) {
running = true;
ul.animate(
animCss == "left" ?
{ left: -(calculatedTo_liSize) } :
{ top: -(calculatedTo_liSize) },
I think must remove the line: running = true.
If putting that line int that function, the next and prev button do not work because the running alway has true value.
The text was updated successfully, but these errors were encountered: