0

我正在使用 bxslider,我想使用 easing 选项 wit option auto: true 它是这样工作还是只与控件一起工作?

我的代码:

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

});
</script>

没用,有什么办法吗?

谢谢

4

1 回答 1

0

使用http://v3.bxslider.com/

这个版本如果你使用 auto: true

于 2013-06-21T13:53:49.093 回答