类似 Facebook 的锚滚动
Facebook 有一个很好的滚动效果,我想用 jQuery 复制它。当您加载页面时,它从顶部开始,然后滚动到选定的锚点。
我已经尝试这样做(page.html#anchor)并使用 jQuery 的滚动插件,但它只是直接转到该锚点而不使用滚动效果。
那么我可以在页面加载时延迟滚动,然后使用 jQuery 进行滚动吗?
如果我解释得不好,我深表歉意。
Facebook has a nice scroll effect which I would like to replicate with jQuery. When you load a page it starts at the top then scrolls to the selected anchor.
I've tried doing this (page.html#anchor) and using the scrolling plugin for jQuery however it just goes straight to that anchor without using the scroll effect.
So can I delay the scroll when the page is loaded then use jQuery to do the scrolling instead?
I apologise if I have explained it badly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.learningjquery.com/2007/09/ animated-scrolling-with-jquery-12
基本上,您需要为scrollTop CSS属性设置动画。
http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12
basically, you're going to want to animate the scrollTop CSS property.