时间:2021-05-28
一个蛮漂亮的动画效果。是Google韩国首页上的。
原版:
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>测试效果</title>
<styletype="text/css">
<!--
body{text-align:center}
table{border:1pxsolid#eeeeee;padding:3px0;border-bottom-width:5px}
.icontd{width:50px;height:37px;background-image:url(http://www.dnew.cn/attachment/1188099824_0.gif)}
.capttd{font:normal11pxverdana;padding:2px0}
.a{background-position-y:0px}
.b{background-position-y:-37px}
.c{background-position-y:-74px}
.d{background-position-y:-111px}
.e{background-position-y:-148px}
.f{background-position-y:-185px}
.g{background-position-y:-222px}
.f1{background-position-x:0px}
.f2{background-position-x:-51px}
.f3{background-position-x:-101px}
.f4{background-position-x:-153px}
.f5{background-position-x:-205px}
.f6{background-position-x:-257px}
.f7{background-position-x:-309px}
-->
</style>
<scriptlanguage="javascript">
window.onload=function(){
vartt=document.getElementsByTagName('table')[0];
varcs=tt.rows[1].cells,ct=tt.rows[0].cells;
for(vari=0;i<cs.length;i++)
cssAni(cs[i],ct[i],7);
}
functioncssAni(osrc,otarget,num,duration){
vart=null,c=1,d=0,n=0,i=Math.floor((duration||300)/num);
vars=otarget.className.replace(/.$/,''),r=/over/;
osrc.onmouseover=osrc.onmouseout=function(e){
n=r.test((e||event).type)?1:-1;
if(!t)t=setInterval(function(){
if((c==1||c==num)&&((d==n||c+n<1)||!(d=n)))
returnclearInterval(t),t=null;
otarget.className=s+(c+=d);
},i);
};
}
</script>
</head>
<body>
<table>
<trclass='icon'>
<tdclass='af1'></td>
<tdclass='bf1'></td>
<tdclass='cf1'></td>
<tdclass='df1'></td>
<tdclass='ef1'></td>
<tdclass='ff1'></td>
<tdclass='gf1'></td>
</tr>
<trclass='capt'>
<td><ahref='#;'>A</a></td>
<td><ahref='#;'>B</a></td>
<td><ahref='#;'>C</a></td>
<td><ahref='#;'>D</a></td>
<td><ahref='#;'>E</a></td>
<td><ahref='#;'>F</a></td>
<td><ahref='#;'>G</a></td>
</tr>
</table>
</body>
</html>
DIV版
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>无标题文档</title>
<styletype="text/css">
<!--
body{text-align:center}
div{width:381px;border:1pxsolid#eeeeee;padding:3px0;border-bottom-width:5px}
label{display:block;float:left;width:50px;height:37px;background-image:url(http://www.dnew.cn/attachment/1188099824_0.gif)}
p{display:block;margin-TOP:-30PX;padding-top:30px;float:left;width:50px;height:auto;font:normal11pxverdana;cursor:pointer;}
.a{background-position-y:0px}
.b{background-position-y:-37px}
.c{background-position-y:-74px}
.d{background-position-y:-111px}
.e{background-position-y:-148px}
.f{background-position-y:-185px}
.g{background-position-y:-222px}
.f1{background-position-x:0px}
.f2{background-position-x:-51px}
.f3{background-position-x:-101px}
.f4{background-position-x:-153px}
.f5{background-position-x:-205px}
.f6{background-position-x:-257px}
.f7{background-position-x:-309px}
-->
</style>
<scriptlanguage="javascript">
window.onload=function(){
vartt=document.getElementsByTagName('div')[0];
varcs=tt.getElementsByTagName('label'),ct=tt.getElementsByTagName('p');
for(vari=0;i<cs.length;i++)
cssAni(ct[i],cs[i],7);
}
functioncssAni(osrc,otarget,num,duration){
vart=null,c=1,d=0,n=0,i=Math.floor((duration||300)/num);
vars=otarget.className.replace(/.$/,''),r=/over/;
osrc.onmouseover=osrc.onmouseout=function(e){
n=r.test((e||event).type)?1:-1;
if(!t)t=setInterval(function(){
if((c==1||c==num)&&((d==n||c+n<1)||!(d=n)))
returnclearInterval(t),t=null;
otarget.className=s+(c+=d);
},i);
};
}
</script>
</head>
<body>
<div>
<labelclass='af1'></label><labelclass='bf1'></label><labelclass='cf1'></label><labelclass='df1'></label><labelclass='ef1'></label><labelclass='ff1'></label><labelclass='gf1'></label>
<p>A</p><p>B</p><p>C</p><p>D</p><p>E</p><p>F</p><p>G</p>
</div>
</body>
</html>
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
谁在用这些导航google是个大公司,全世界都有google的脚印,韩国的google动画效果非常不错,蓝色理想论坛里已经有人挖过来了,可惜js写的太多了,那自
效果图实现思路1.首先通过HTML+CSS实现加载动画的静态效果;2.根据需求给每个动画设计不同的动画效果。例如第一个加载图标的静态绘制1、首先确定动画的盒子宽
用css3将input框写出类似Google登录页面的动画效果效果一代码如下CSSbody{background-color:#acacac;}.form-co
在Android的3.0之后,google又提出了属性动画的这样一个框架,他可以更好的帮助我们实现更丰富的动画效果。所以为了跟上技术的步伐,今天就聊一聊属性动画
Activity的转场动画很早就有,但是太过于单调,样式也不好看,于是Google在Android5.0之后,又推出的新的转场动画,效果还是非常炫的,今天我们一