css方面:
已经引入animate.min.css
js方面:
引入wow.min.js,然后下面的就麻烦大佬们帮我看看代码了
$(document).ready(function () {
$('#fullpage').fullpage({
anchors: ['firstPage', 'secondPage', 'thirdPage', 'fourthPage', 'fifthPage','sixPage'],
menu: '#myMenu',
scrollBar:true,
verticalCentered:false,
paddingTop:"4.7rem",
afterLoad:function(anchorLink,index){
},
afterRender: function() {
new WOW().init()
}
})
});
请问解决了吗,跪求方案