码迷,mamicode.com
首页 > Web开发 > 详细

CSS3动画框架 Animate.css

时间:2015-03-05 18:54:49      阅读:397      评论:0      收藏:0      [点我收藏+]

标签:

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>

简单吧!赶快试试吧!

 

CSS3动画框架 Animate.css

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!