Do bxSlider option "easing" works with option "auto: true"? -
im using bxslider, want use easing option wit option auto: true works or 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, ideas?
thanks
this version if work auto: true
Comments
Post a Comment