# **animate.css简介**
animate.css 是一个来自国外的跨浏览器的 CSS3 动画库,它预设了多种动画效果,例如弹跳,抖动,闪烁,淡入淡出等多种css3动画效果可以直接调用。
# 浏览器兼容
animate.css底层是通过css3实现的,当然是只兼容支持 CSS3 animate 属性的浏览器:
IE10+、Firefox、Chrome、Opera、Safari。
# github网址
[aneden.github.io/animate.css/](https://daneden.github.io/animate.css/)
源码下载地址[https://github.com/daneden/animate.css](https://github.com/daneden/animate.css)
# 使用方法
1 引入下载好的animate.css文件
2 给要做动画的元素添加类名
要添加两个类名,分别是:
animated(控制时间)
要添加的动画效果类名(控制效果)