Search code examples
jquerybxslider

how to make the bxslider goToSlide function not animate - just jump/appear on slide?


I am using the bxslider which in my option is a pretty awesome jquery slider plugin as far as sliders go.

http://bxslider.com/

I using the goToSlide(); function.

bxslider.goToSlide(slide);


I am trying to get goToSlide to jump to the slide - instead of animating.

Can someone help? I made a fiddle...

http://jsfiddle.net/dHxAJ/1/


Thanks in advance!


Solution

  • just override css transitions to resolve this

    full answer here How to move to the next slide without animation for BxSlider?