<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>任意值运动框架</title> <style> div{width:200px;height:200px;background:red;float:left;border:10px black solid;margin:50px;font-size:50px;color:yellow;} #div4{filter:alpha(opacity:30);opacity:0.3;} </style> <script> window.onload=function (){ var oDiv1=document.getElementById('div1'); var oDiv2=document.getElementById('div2'); var oDiv3=document.getElementById('div3'); var oDiv4=document.getElementById('div4'); oDiv1.onmouseover=function (){ StartMove(this,'width',500); }; oDiv1.onmouseout=function (){ StartMove(this,'width',200); }; oDiv2.onmouseover=function (){ StartMove(this,'height',500); }; oDiv2.onmouseout=function (){ StartMove(this,'height',100); }; oDiv3.onmouseover=function (){ StartMove(this,'font-size',100); }; oDiv3.onmouseout=function (){ StartMove(this,'font-size',50); }; oDiv4.onmouseover=function (){ StartMove(this,'opacity',100); }; oDiv4.onmouseout=function (){ StartMove(this,'opacity',30); }; }; function getstyle(obj,name) { if(obj.currentStyle) //针对ie获取 { return obj.currentStyle[name]; } else //针对非行间样式 { return getComputedStyle(obj,null)[name]; } }; function StartMove(obj,ss,itarget) { clearInterval(obj.timer); obj.timer=setInterval(function (){ var cur=0; if(ss=='opacity'){ cur=parseFloat(getstyle(obj,ss))*100 } else { cur=parseInt(getstyle(obj,ss)); } var speed=(itarget-cur)/4; speed=speed>0?Math.ceil(speed):Math.floor(speed); if(itarget-cur==0){ clearInterval(obj.timer); } else{ if(ss=='opacity') { obj.style.filter='alpha(opacity='+(cur+speed)+')'; //通过if-else里的取整解决ie里透明度获取值存在偏差问题 if((cur+speed)>=30) { obj.style.opacity=Math.ceil((cur+speed))/100; } else { obj.style.opacity=Math.floor((cur+speed))/100; } document.getElementById('txt1').value=cur+speed; } else { obj.style[ss]=cur+speed+'px'; } } },30); }; </script> </head> <body> <div id="div1"> 变宽</div> <div id="div2"> 变高</div> <div id="div3"> 字符变大</div> <div id="div4"> <input id="txt1" type="text" ? /> </div> </body> </html>创新互联建站是专业的索县网站建设公司,索县接单;提供做网站、成都做网站,网页设计,网站设计,建网站,PHP网站建设等专业做网站服务;采用PHP框架,可快速的进行索县网站开发网页制作和功能扩展;专业做搜索引擎喜爱的网站,专业的做网站团队,希望更多企业前来合作!
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
本文名称:js之任意值运动框架-创新互联
网页网址:https://www.cdcxhl.com/article44/hjhhe.html
成都网站建设公司_创新互联,为您提供全网营销推广、网站设计、外贸建站、小程序开发、服务器托管、移动网站建设
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联