Reputation: 25
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