一聚教程网:一个值得你收藏的教程网站

热门教程

jQuery实现锚点向下平滑滚动特效示例

时间:2022-06-25 17:02:49 编辑:袖梨 来源:一聚教程网

实现效果:

实现原理:

使用jQuery animate()方法实现页面平滑滚动特效

$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});

简单实例代码:






 


点击此处平滑滚动到第二部分

 
SECTION 2

热门栏目