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>

简单吧!赶快试试吧!

 

posted @ 2015-03-05 16:15  dtdxrk  阅读(888)  评论(0编辑  收藏  举报