主な機能:
1. 広告イメージの数を自動的に検出して広告シーケンスを生成します
2. オリジナルの FLASH エフェクトを模倣します
3. 設定された周期に従って自動的に再生します
4. マウスをスワイプ Enter で自動再生を停止し、マウスを動かすと自動再生を再開します
最初の機能拡張はより実用的であるため、写真と写真の数を個別に更新する必要はありません。
jQuery のイージング プラグインを適用しました
プログラム コードを投稿します:
$(document).ready(function(){
var MyTime=false; //Timer var num=piclist.find("li").length; //Automatically detect the number of picture advertisements
var picnum=$("#picnum");
var index=0; //Start sequence
var width=388; //Ad width
var movetime=600; //Time used for a single animation
var speed=3000; //Switching time interval
// Mark the current
function cur(ele){ ; 0; i nums ="" (i 1) ""; picnum.find(" span").eq(index));
}
//Initialization execution
int(); ){
index=$("#picnum span").index($(this)[0]);
//if(!piclist.is(":animated")){
move (); },{queue:false,duration:movetime, easing: "easeOutQuart"});
cur(picnum.find("span").eq(index));
}
$ ('div.flsad').hover(function(){
MyTime = setInterval( function(){
🎜> // Automatically start
MyTime = setInterval(function(){
move();
index ;
if(index==num){index=0;}
} , speed);
})
Online demo
Package download