scrollBar失效
$(document).ready(function () {
$('#fullpage').fullpage({
sectionsColor:['red', 'green', 'gray', 'black'],
controlArrows: false,
scrollingSpeed: 200,
scrollBar: true,
autoScrolling: true
});
})
设置scrollBar: true,滚动滚动条并没有翻页效果