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

首頁 > 編程 > JavaScript > 正文

JS實現仿QQ聊天窗口抖動特效

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

JS實現仿QQ聊天窗口抖動特效

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>JavaScript層抖動效果</title><style type="text/css">#body{text-align:center;}#test{width:200px;position:absolute;margin:10px auto;height:100px;border:2px dotted red;text-align:center}</style></head><body><div style="margin:10px 200px"><div><input type="button" value="~點這里讓我抖抖吧~" onclick="nn.start()" /></div><div><input type="button" value="晃暈了,我不抖了!" onclick="nn.stop()" /></div><div id="test"><br><img border="0" src="smiley.gif"></div></div><p> </p><p> </p></body></html><script type="text/javascript">var m=document.getElementById("test");function SKclass (obj,Rate,speed) {var oL=obj.offsetLeft;var oT=obj.offsetTop;this.stop=null;this.oTime=null;var om=this;this.start=function(){if(parseInt(obj.style.left)==oL-2){obj.style.top=oT+2+"px";setTimeout(function(){obj.style.left=oL+2+"px"},Rate)}else{obj.style.top=oT-2+"px";setTimeout(function(){obj.style.left=oL-2+"px"},Rate)}this.oTime=setTimeout(function(){om.start()},speed);}this.stop=function(){clearTimeout(this.oTime);}}var nn=new SKclass(m,20,70);</script></body></html>

再來一個更簡單的

 <img id="win" style='position:relative' src="/UploadPic/2008-9/2008962512241.jpg"><br /><br /><button onclick="zd()">振動</button><script >function zd(u){  var a=['top','left'],b=0; u=setInterval(function(){ document.getElementById('win').style[a[b%2]]=(b++)%4<2?0:4; if(b>15){clearInterval(u);b=0} },32)}</script>

以上所述就是本文的全部內容了,希望大家能夠喜歡。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 富宁县| 加查县| 怀仁县| 连平县| 梧州市| 景宁| 二连浩特市| 临安市| 平定县| 呼和浩特市| 化州市| 寻乌县| 山阳县| 古丈县| 河东区| 湄潭县| 平阳县| 阿坝县| 海兴县| 凌源市| 宜兴市| 东阿县| 濮阳县| 崇州市| 石门县| 广安市| 漳浦县| 青铜峡市| 托克逊县| 乡宁县| 栾城县| 东乌珠穆沁旗| 吉林省| 丰城市| 黄平县| 西贡区| 丰台区| 鸡东县| 吉木乃县| 措美县| 高平市|