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

use http://v3.bxslider.com/

this version if work auto: true


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -