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

首頁 > 編程 > JavaScript > 正文

js由下向上不斷上升冒氣泡效果實例

2019-11-20 12:31:53
字體:
來源:轉載
供稿:網友

本文實例講述了js由下向上不斷上升冒氣泡效果的方法。分享給大家供大家參考。具體實現方法如下:

<html><head><title>JS實現氣泡從水中急速上升效果</title><style type="text/css">body {cursor:crosshair;margin:0; padding:0;position:absolute; overflow:hidden;background:#FFF; left:0; top:0;width:100%; height:100%;}</style><script type="text/javascript">var object = new Array();nbfm  = 60;var xm = 0;var ym = 9999;var nx = 0;var ny = 0;function movbulb(){ with (this) { if(ec < 20){  if(Math.abs(x0 - xm) < 100 && Math.abs(y0 - ym) < 100){  xx = (xm - x0) / 8;  yy = (ym - y0) / 8;  ec++;  } } xx *= 0.99; yy *= 0.99; x0 = Math.round(x0 + Math.cos(y0 / 15) * p) + xx; y0+= yy - v; if(y0 < -h * 2 || x0 < -w * 2 || x0 > nx + w * 2){  y0 = ny + N + h * 2;  x0 = nx/2-100 + Math.random() * 100;  ec = 0; } obj.style.top = y0 - h; obj.style.left = x0 - w; }}function CObj(N,img,w,h){ this.obj = document.createElement("img"); this.obj.src = img.src; this.obj.style.position = "absolute"; this.obj.style.left = -1000; document.body.appendChild(this.obj); this.N = N; this.x0 = 0; this.y0 = -1000; this.v = 1 + Math.round((80 / h) * Math.random()); this.p = 1 + Math.round((w / 8) * Math.random()); this.xx = 0; this.yy = 0; this.ec = 0; this.w = w; this.h = h; this.movbulb = movbulb;}function resize(){ nx = document.body.offsetWidth; ny = document.body.offsetHeight;}onresize = resize;document.onmousemove = function(e){ if (window.event) e = window.event; xm = document.body.scrollLeft+(e.x || e.clientX); ym = document.body.scrollTop+(e.y || e.clientY);}function run(){ for(i in object)object[i].movbulb(); setTimeout(run, 16);}onload = function() { PIC = document.getElementById("bubbles").getElementsByTagName("img"); resize(); for(nbf=0;nbf<nbfm;nbf++){ sf = PIC[nbf%PIC.length]; object[nbf] = new CObj(nbf,sf,sf.width/2,sf.height/2); } run();}</script></head><body><div id="bubbles" style="visibility:hidden"><img src="http://bbs.blueidea.com/static/image/smiley/blueidea/smile.gif"><img src="http://bbs.blueidea.com/static/image/smiley/blueidea/biggrin.gif"><img src="http://bbs.blueidea.com/static/image/smiley/blueidea/eek.gif"><img src="http://bbs.blueidea.com/static/image/smiley/blueidea/rolleyes.gif"></div></body></html>

希望本文所述對大家的javascript程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 嘉兴市| 郯城县| 惠安县| 枝江市| 滨州市| 射阳县| 洛川县| 郎溪县| 浠水县| 揭阳市| 深水埗区| 富宁县| 哈巴河县| 山东| 海淀区| 那曲县| 岳阳县| 上饶市| 体育| 荔浦县| 融水| 馆陶县| 崇仁县| 芜湖县| 溧水县| 金阳县| 阿拉善盟| 托克逊县| 和龙市| 永泰县| 五大连池市| 岳阳市| 金山区| 临泽县| 永靖县| 历史| 柳林县| 贵溪市| 吉安县| 三明市| 奉贤区|