1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>Animate</title>
6 <link rel="stylesheet" type="text/css" href="css/animate.min.css"/>
7 <style type="text/css">
8 h1{
9 /*animation-delay: 1s;设置动画延迟时间*/
10 }
11 </style>
12 </head>
13 <body>
14 <h1 class="animated bounce">
15 效果网址 http://www.kuitao8.com/demo/20150731/1/20150731050415197/1.html
16 <br />
17 效果规则网址 https://daneden.github.io/animate.css/
18 </h1>
19 <!--先引入css-->
20 <!--添加class要添加animated 和动画名-->
21
22 </body>
23 </html>