国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jquery 自定義容器下雨效果可將下雨圖標(biāo)改為其他

2019-11-20 20:47:41
字體:
供稿:網(wǎng)友

css樣式
復(fù)制代碼 代碼如下:

<style type="text/css">
.box{border-left:5px solid #F93;border-right:5px solid #F93;border-bottom:10px solid #F93;width:100px;height:60px; position:absolute;top:250px;left:300px;z-index:999; overflow:hidden;}
.box2{border-left:5px solid #F93;border-right:5px solid #F93;border-bottom:10px solid #F93;width:100px;height:60px; position:absolute;top:250px;left:500px;z-index:999; overflow:hidden;}
.water{ background:#09F;width:100%; position:absolute; bottom:0px;}
</style>

javascript
復(fù)制代碼 代碼如下:

<script>

//width:400,
//height:300,
//pic:'water-drop.png',//下雨圖片 默認(rèn)為water-drop.png
//speed:1000, //雨速
//num:100, //雨滴的密集度
//dir:['right',160], //雨的飄向 默認(rèn)為向右飄 雨滴的偏差


$(function(){
$(".container").Rain({width:'500',dir:['right',100],speed:3000,num:100,func:back_func});


})
var i =0;
function back_func(d){
if(parseInt($(".box").position()['left']+$(".box").width())>d&&d>parseInt($(".box").position()['left'])){
if(i>$(".box").height()){
$(".box .water").animate({height:0});
i=0;
return;
}
$(".box .water").animate({height:i++});
}

if(parseInt($(".box2").position()['left']+$(".box2").width())>d&&d>parseInt($(".box2").position()['left'])){
if(i>$(".box2").height()){
$(".box2 .water").animate({height:0});
i=0;
return;
}
$(".box2 .water").animate({height:i++});
}
}
</script>

html
<div class="container">
<div class="box"><div class="water"></div></div>
<div class="box2"><div class="water"></div></div>
</div>

呵呵“water-drop.png”為下雨的小圖標(biāo),可以改成其它的圖片下雪啊,下冰雹啊,下錢都行
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 宣恩县| 滨海县| 临城县| 新河县| 湄潭县| 商水县| 潼关县| 庆元县| 蓝山县| 富川| 正阳县| 黄龙县| 伊金霍洛旗| 无为县| 龙门县| 长乐市| 桦川县| 兴文县| 肥城市| 墨江| 龙陵县| 湖口县| 庄浪县| 福州市| 雅江县| 鄂伦春自治旗| 双江| 吉木乃县| 河源市| 蓬溪县| 关岭| 西昌市| 合阳县| 宾阳县| 九江市| 祥云县| 通州区| 慈溪市| 长沙县| 云梦县| 北京市|