仿google4.9号电影播放效果动画
昨天闲着没事干,看到google首页动画效果,正巧这几天项目上也在做一些动画效果....
于是就来练练手,下面是html代码
<!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>
<script src="fx.js"></script>
</head>
<body>
<div id="house" style="width:469px;height:162px;background-image:url(images/muybridge12-hp-f.jpg);margin:auto;z-index:999;">
<div style="width:469px;height:162px;background:url(images/muybridge12-hp-v.png);">
</div>
</div>
<script>
var animate=$fx("#house").fxAdd({type:"backgroundx",to:-804,step:-67,delay:30}).fxRun(null,-1);
</script>
</body>
</html>

浙公网安备 33010602011771号