1. 首先去animate網(wǎng)站看看有哪些樣式:
2. 大致網(wǎng)站長(zhǎng)這樣:
3. 然后將css下載下來(lái)蛇损,引用
案例:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="animate.css">
</head>
<body>
<div>
<p class="animated bounce">我想買房子</p>
<p class="animated bounceInDown">另外還想要輛車</p>
<p class="animated lightSpeedOut">如果上面的實(shí)現(xiàn)不了, 取兩個(gè)老婆也是可以的!</p>
</div>
</body>
</html>