Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在特定时间段/特定像素数内动态触发鼠标滚动?
基本上我需要建立一个视差网站 - 但简报要求自动滚动介绍动画,该动画会自动滚动到页面中的某个点 - 为了简单起见,我正在考虑在整个网站上使用 Scrolldeck (http://johnpolacek.github.com /scrolldeck.js/decks/parallax/),我的想法是我可以通过使用scrolldeck设置动画然后使用脚本自动滚动到所需位置来实现所需的结果!?不确定这是否可能?
有什么建议么?
干杯
使用此代码。
$('html, body').animate({scrollTop: 500}, 1000); // 500 is the amount of pixels