gpt4 book ai didi

javascript - MooTools onLoad SmoothScrolling (林志安法)

转载 作者:行者123 更新时间:2023-11-30 18:51:50 26 4
gpt4 key购买 nike

来自 Lim Chee Un 在这里发表的帖子: http://davidwalsh.name/mootools-onload-smoothscroll

window.addEvent(‘domready’, function() {
new SmoothScroll({ duration:700 }, window);
var el = window.location.hash.substring(1); // the hash
if(el) {
window.scrollTo(0,0);
var scroll = new Fx.Scroll(window, { wait: false, duration: 700, transition: Fx.Transitions.Quad.easeInOut });
scroll.toElement(el);
}
});

我想让页面在加载时自动平滑滚动到 URL 中的#。

当链接是这样的,即同一页面时,平滑滚动有效:

<a href="#pageHeading">Books & Booklets</a>

而不是我这样需要它:

<a href="books.html#pageHeading">Books & Booklets</a>

谁能阐明为什么这不起作用?

谢谢

最佳答案

Lim Chee Aun 好心发布了解决方案!

Example

Full Code

关于javascript - MooTools onLoad SmoothScrolling (林志安法),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3625970/

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