Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 opencart 中使用弹性响应式 jquery 插件。但它没有运行自动播放。这是我的代码:
$('#carousel-latest-').elastislide({ speed : 450, // 动画速度 easing : '', // 动画缓动效果 滚动:1, minItems : 1 }); //修复调整窗口大小 $(window).triggerHandler('resize.elastislide');
谢谢。
虽然我没有看到任何自动播放的默认选项,但也有类似的要求:
您可以修改插件并添加自动播放支持。