所属分类:UI,其他-滚动,动画效果
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、调用
$(".xScroll(自己设定的类名)").xScroll();