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.
如何使用 jquery 或任何其他插件添加此功能,例如自动向下滚动?
http://www.nextbigsound.com/premier/beta
使用 jQuery 动画,滚动
$('html, body').animate({ scrollTop: 200 }, 400);
这将在 400 毫秒内向下滚动 200 像素