# **wow.js簡介(收費)**
wow.js是做網頁滾動動畫的js框架,配合animate.css使用,可以在網頁滾動的過程中釋放animate.css動畫效果。
#
# 瀏覽器兼容
底層是通過css3實現的,當然是只兼容支持 CSS3 animate 屬性的瀏覽器:
IE10+、Firefox、Chrome、Opera、Safari。
# github網址
```
https://daneden.github.io/animate.css/
源碼下載地址https://github.com/daneden/animate.css
```
#