CSS - Animate动画
Posted max-hou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS - Animate动画相关的知识,希望对你有一定的参考价值。
下载地址: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
以上是关于CSS - Animate动画的主要内容,如果未能解决你的问题,请参考以下文章
Owl Carousel + Animate.css - 动画不起作用