码迷,mamicode.com
首页 > Web开发 > 详细

jquery 页面滚动到指定位置

时间:2020-04-27 17:12:05      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:code   参数   mat   anim   class   滚动   单位   html   jquer   

var position = $(".element").offset();
position.top = position.top-60;
$("html,body").animate({scrollTop:position.top}, 100);

 

首先获取某元素的位置

第二部 top 就是元素在纵轴的位置 可以自己进行调整 这里选择元素位置向上60px  就是-60

第三步滚动到指定位置 第二个参数为滚动时间 单位毫秒

jquery 页面滚动到指定位置

标签:code   参数   mat   anim   class   滚动   单位   html   jquer   

原文地址:https://www.cnblogs.com/zwsblogs/p/12787706.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!