clip_transitions3.html

来自「《JavaScript精粹》 源文件下载」· HTML 代码 · 共 37 行

HTML
37
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">	<head>		<title>The JavaScript Anthology: How do I create clip-based transition effects?</title>		<script type="text/javascript" src="scripts/clip_transitions3.js"></script>		<style type="text/css">			@import "css/clip_transitions.css";		</style>	</head>	<body>		<h1>			How do I create clip-based transition effects?		</h1>		<a id="item1" class="transition">			<img src="images/transition.jpg" width="200" height="133" alt="Soccer ball on a grass pitch" />		</a>		<a id="item2" class="transition">			<img src="images/transition.jpg" width="200" height="133" alt="Soccer ball on a grass pitch" />		</a>		<a id="item3" class="transition">			<img src="images/transition.jpg" width="200" height="133" alt="Soccer ball on a grass pitch" />		</a>	</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?