<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>swing-站长素材(zzsucai.com)</title>
background:url(images/zzsucai.png)
-webkit-animation:swing 1s .2s ease both;
-moz-animation:swing 1s .2s ease both;
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin:top center
-webkit-transform:rotate(15deg)
-webkit-transform:rotate(-10deg)
-webkit-transform:rotate(5deg)
-webkit-transform:rotate(-5deg)
-webkit-transform:rotate(0deg)
20%, 40%, 60%, 80%, 100% {
-moz-transform-origin:top center
-moz-transform:rotate(15deg)
-moz-transform:rotate(-10deg)
-moz-transform:rotate(5deg)
-moz-transform:rotate(-5deg)
-moz-transform:rotate(0deg)
<div id="animation" class="div"></div>