js元素闪动效果

时间:2014-05-28 21:17:53   收藏:0   阅读:426
bubuko.com,布布扣
<img src="http://yjy.allbring.com/UpLoadFiles/head/p1_20140326104945_17-10164142709.jpg"  style=" position:relative;"  id="aa" />



function
setAnimation() { var attr = ["top", "left"], b = 0; u = setInterval(function () { document.getElementById("aa").style[attr[b % 2]] = (b++) % 4 < 2 ? 0 : 4; //alert(document.getElementById("aa").tagName); b++; if (b > 30) { clearInterval(u); b = 0; setAnimation(); } }, 32); }
bubuko.com,布布扣

 

js元素闪动效果,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!