为了账号安全,请及时绑定邮箱和手机立即绑定

使用fullpage后,获取不到滚动条滚动的高度怎么解决呢?

使用fullpage后,获取不到滚动条滚动的高度怎么解决呢?

正在回答

4 回答

console.log("anchorLink"+anchorLink+"index"+index); 我打印的都是object 是什么原因?

0 回复 有任何疑惑可以回复我~

把scrollOverflow设为true 滚动条就出来了

1 回复 有任何疑惑可以回复我~

$('#dowebok').fullpage({

sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', '#f90'],

anchors:['page1','page2','page3','page4'],

afterLoad:function(anchorLink,index){ //页面的锚链接,页面序号.当滚动完成后返回数据

console.log("anchorLink"+anchorLink+"index"+index);

},

onLeave:function(index,nextIndex,direction){ //滚动之前的页面序号,滚动后的页面序号,滚动的方向。滚动前先返回数据

console.log("index "+index+"nextIndex "+nextIndex+"direction "+direction);

},

afterRender:function(){ //页面载入完成后返回,其他的回调方法全部在这个方法回调完成后回调

console.log("afterRender");

},

afterResize:function(){ //当页面尺寸被改变后调用此方法

console.log("afterResize");

},

afterSlideLoad:function(anchorLink,index,slideAnchor,slideIndex){

console.log("anchorLink "+anchorLink+"index "+index+"slideAnchor "+slideAnchor+"slideIndex "+slideIndex);

},

onSlideLeave:function(anchorLink,index,slideIndex,direction,nextSlideIndex){

console.log("anchorLink "+anchorLink+"index "+index+"slideIndex "+slideIndex+"direction "+direction+"nextSlideIndex "+nextSlideIndex);

}

});


0 回复 有任何疑惑可以回复我~

可以使用fullpage提供的方法实现

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
FullPage.js全屏滚动插件
  • 参与学习       43827    人
  • 解答问题       202    个

基于jQuery的全屏滚动效果插件,让翻页显得格外的高端大气上档次

进入课程

使用fullpage后,获取不到滚动条滚动的高度怎么解决呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信