CSS3动画框架 Animate.css

CSS3的动画应用越来越多了,Animate.css一个从名字上就知道干什么的动画框架。

github上的访问地址:http://daneden.github.io/animate.css/

使用方法

引用css

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

然后在需要动画效果的元素上添加animated和网页上显示的API的名字即可,比如:

<div class="animated bounce"></div>

简单吧!赶快试试吧!

原文地址:https://www.cnblogs.com/dtdxrk/p/4316139.html