Tomas Kleinotas
Tomas Kleinotas

Reputation: 25

Do bxSlider option "easing" works with option "auto: true"?

im using bxslider, i want to use easing option wit option auto: true Does it works like that or only with controls?

My code:

<script>
$('.bxslider').bxSlider({
    auto: true,
   mode: 'horizontal',
  useCSS: false,
  infiniteLoop: false,
  hideControlOnEnd: true,
  easing: 'easeOutElastic',
  speed: 2000

});
</script>

It's dont work, any ideas?

Thanks

Upvotes: 0

Views: 1304

Answers (1)

Mario Gonzales Flores
Mario Gonzales Flores

Reputation: 705

use http://v3.bxslider.com/

this version if you work with auto: true

Upvotes: 0

Related Questions