fullPage.js — 当 autoScrolling 设置为 false 时没有自定义 easingcss3

fullPage.js — No custom easingcss3 when autoScrolling set to false

在fullPage.js设置正常滚动的选项时,例如:

autoScrolling: false,
easingcss3: 'cubic-bezier(0.175, 0.885, 0.320, 1.275)'

并通过锚点滚动 link 定义的 css 缓动将不起作用。 相反,它是一个 linear/ease 过渡。

这是一个错误还是根本不可能?有什么想法吗?

JSFiddle

and scroll by an anchor link the defined css easing will not work. Instead it is a linear/ease transition.

当使用 autoScrolling:false 时 fullpage.js 不是使用 css3 滚动而是使用 jQuery scrollTop 属性。因为它只是滚动带有滚动条的普通站点。

请改用 easing 选项。