CSS

下载地址:https://daneden.github.io/animate.css/

关键CSS样式:animate.css

 引入CSS样式

<link rel="stylesheet" href="css/animate.css">

使用CSS样式

示例:

<h1 style="padding-top:100px;" class="animated infinite zoomInDown delay-2s">shop</h1>

开始:animated

结束:infinite

动画:zoomInDown

持续时间:delay-2s

原文地址:https://www.cnblogs.com/max-hou/p/10986637.html