网页过渡效果
首页
<html>
<head>
<title>首页</title>
</head>
<body align=center>
欢迎来到首页!
<br/>
<a href="第一页.html">第一页</a>
 
<a href="第二页.html">第二页</a>
</body>
</html>
第一页
<html>
<head>
<title>第一页</title>
<meta http-equiv="page-Enter" content="revealTrans(Duration=3.0,Transition=23)">
<meta http-equiv="page-Exit"content="revealTrans(Duration=1.0,Transition=12)">
</head>
<body bgcolor=gray>
<a href="首页.html">返回上一页</a>
<br/><br/>
<img src="https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png">
</body>
</html>
第二页
<html>
<head>
<title>第二页</title>
<meta http-equiv="page-Enter" content="revealTrans(Duration=3.0,Transition=23)">
</head>
<body bgcolor=yellow>
<a href="首页.html">返回上一页</a>
<br/><br/>
<img src="file:///C:/Users/MiIo/AppData/Roaming/Baidu/BaiduBrowser/common/blank_tab/e12dd81f1f1c17d8f95c2a0604200214.png">
</body>
</html>