码迷,mamicode.com
首页 > Web开发 > 详细

js元素闪动效果

时间:2014-05-28 21:17:53      阅读:426      评论:0      收藏:0      [点我收藏+]

标签:style   c   class   blog   code   java   

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

js元素闪动效果

标签:style   c   class   blog   code   java   

原文地址:http://www.cnblogs.com/xyzhuzhou/p/3754696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!