借用animate.css做各种动画
首先 要去到 https://daneden.github.io/animate.css/把css包下载下来
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>借用animate.css做动画</title>
<link rel="stylesheet" type="text/css" href="./animate.css">
</head>
<body>
<div class="animated pulse">
哈哈哈哈
</div>
</body>
</html>
至于怎么用呢? 那就是 在每个class 的后面 加上 animated + 动作 这个动作在animate里有直接去到官网里看
喜欢什么动作特效就加那个 怎么样是不是省了很多时间