使用动画在jquery中自动滚动页面

时间:2012-05-31 10:17:07

标签: javascript jquery

如何添加此功能,例如使用jquery或任何其他插件自动向下滚动?

http://www.nextbigsound.com/premier/beta

1 个答案:

答案 0 :(得分:1)

使用jQuery动画,滚动

$('html, body').animate({
    scrollTop: 200
}, 400);    

这将在400毫秒内向下滚动200像素