資源描述:
《jquery 圖片輪換控件 (使用超級簡單)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、Author:LovingshuDate:2013/1/8Description:jquryimagechangerwithL’sSliderVersion:V1.0預(yù)覽圖:源代碼演示:/js/jquery1.8.js">/js/slider.js">$(function(
2、){varic=newL.Slider({images:["1.jpg","2.jpg","3.jpg","4.jpg"],effects:["slideLeft","slideRight","slideTop","slideBottom","fade","slideLeftTop"],animationTime:800,changeTime:1000,width:"507px",height:"227px"});ic.startAnimation(true);});使用方法:可以參照上圖給出的源碼參數(shù)解釋:rende
3、rTo:需要將該組件添加到什么地方,字符串images:圖片路徑,字符串?dāng)?shù)組effects:需要切換的特效,字符串?dāng)?shù)組animationTime:動畫時間changeTime:圖片切換事件width:寬度,數(shù)字+”px”height:高度,數(shù)字+”px”L.Slider().startAnimation(flag),是否立即開始動畫雙擊后打開,解壓即可使用