我需要在现场设置此滑块。我创建了相同的 html 表单。连接脚本:jquery.min.js jquery.easing.1.3.js、tms-0.3.js、tms_presets.js
并调用代码
<script>
jQuery(window).load(function() {
jQuery('.slider')._TMS({
duration:600,
easing:'easeOutQuad',
preset:'simpleFade',
nextBu:'.slider-next',
prevBu:'.slider-prev',
slideshow:9000,
banners:'fromLeft',
waitBannerAnimation:false,
pauseOnHover:true
});
});
</script>
图片移动是作品,但文字不动。特别是带有“横幅”类的容器。Tnx 提前。
链接到 html 页面