<script language="javascript">
var ph=document.getElementById("phone");
var otime=null;
var num=-300;
function tomove(){
otime=setInterval(function (){
num+=10;
if(num==1100)
{
num=-300;
clearInterval(otime);
}
ph.style.backgroundPosition=num+"px 0px";
},20)
}
tomove();
setInterval(function(){
tomove();
},3000);
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
