js由下向上不斷上升冒氣泡效果實(shí)例
來源:易賢網(wǎng) 閱讀:951 次 日期:2015-05-11 14:36:05
溫馨提示:易賢網(wǎng)小編為您整理了“js由下向上不斷上升冒氣泡效果實(shí)例”,方便廣大網(wǎng)友查閱!

這篇文章主要介紹了js由下向上不斷上升冒氣泡效果,實(shí)例分析了javascript操作鼠標(biāo)事件、圖片及樣式的相關(guān)技巧,需要的朋友可以參考下

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

<html>

<head>

<title>JS實(shí)現(xiàn)氣泡從水中急速上升效果</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="">

<img src="">

<img src="">

<img src="">

</div>

</body>

</html>

希望本文所述對(duì)大家的javascript程序設(shè)計(jì)有所幫助。

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看腳本欄目
易賢網(wǎng)手機(jī)網(wǎng)站地址:js由下向上不斷上升冒氣泡效果實(shí)例
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)