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.
我使用easySlider1.5.js,当我选择属性auto并继续从右到左运行图像但我希望图像从左到右运行并且不要回到第一个图像。那我该怎么办?....提前致谢
您可以通过在 easySlider1.5.js 文件中的以下位置更改"next"来做到这一点,如:"prev"
"next"
"prev"
if(options.auto){; timeout = setTimeout(function(){ animate("prev",false); },options.pause); };
并auto:true,continuous:true在defaults变量中使用。
auto:true,continuous:true
defaults