我正在使用 bxslider,我想使用 easing 选项 wit option auto: true 它是这样工作还是只与控件一起工作?
我的代码:
<script>
$('.bxslider').bxSlider({
auto: true,
mode: 'horizontal',
useCSS: false,
infiniteLoop: false,
hideControlOnEnd: true,
easing: 'easeOutElastic',
speed: 2000
});
</script>
没用,有什么办法吗?
谢谢