# **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(控制時間)
要添加的動畫效果類名(控制效果)