<使用前请引入 jQuery 和 Animate 库/>
1、引入animate.css
<link rel="stylesheet" href="https://cdn.bootcss.com/animate.css/3.7.0/animate.css">
2、HTML
<div class="xScroll(可以自定义类名)" data-animation="fadeInUp(animate的动画名称)"><div>
3、调用
<script> $(".xScroll(自己设定的类名)").xScroll(); <script>