gpt4 book ai didi

javascript - fullpage.js - 向上滚动时允许正常向上滚动

转载 作者:行者123 更新时间:2023-11-30 21:15:22 24 4
gpt4 key购买 nike

使用 fullpage.js,是否可以在向上滚动时启用正常滚动,但在向下滚动时保持默认的“每次滚动一张幻灯片”功能?

我尝试了以下但似乎不起作用:

$('.full-page').fullpage({
onLeave: function(index, nextIndex, direction) {

if (direction == 'down') {
$.fn.fullpage.setAllowScrolling(true);
}

else {
$.fn.fullpage.setAllowScrolling(false);
}
}
});

最佳答案

fullPage.js 不提供这样的功能。欢迎在 github issues forum 中为此提出建议.

关于javascript - fullpage.js - 向上滚动时允许正常向上滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45736348/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com