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