在我的网站上,我使用以下代码实现了scrollify,但是在加载时,第一个哈希设置为#1,而不是#home(已定义)。仅当您上下滚动时,它才会加载。我该如何更改?
$.scrollify({
section : ".section",
sectionName : "section-name",
interstitialSection : "",
standardScrollElements : "",
easing: "easeOutExpo",
scrollSpeed: 1100,
offset : 0,
scrollbars: false,
standardScrollElements: "",
setHeights: false,
overflowScroll: true,
updateHash: true,
touchScroll:false,
});
感谢您的支持