<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>jQuery+HTML5+CSS3积木搭建房子动画特效</title>
<link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
</head>
<body><script src="/demos/googlegg.js"></script>
<div id="outer-wrapper">
<div id="wrapper">
<div id="blocks" />
</div>
<div id="ui">
<label for="animation-in">
animation out
<select id="animation-in" name="animation-in">
<option value="center">center</option>
<option value="explode">explode</option>
<option value="top">beam</option>
</select>
</label>
<label for="animation-out">
animation in
<select id="animation-out" name="animation-out">
<option value="center">center</option>
<option value="explode">implode</option>
<option value="top">beam</option>
</select>
</label>
<button id="play">▶</button>
</div>
</div>
<script src='js/jquery.js'></script>
<script src='js/jquery.velocity.min.js'></script>
<script src='js/icrhe.js'></script>
<script src="js/index.js"></script>
<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">
<p>适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. 不支持IE8及以下浏览器。</p>
<p>更多源码:<a href="http://www.96flw.com/" target="_blank">www.96flw.com</a></p>
</div>
</body>
</html>