标签:script nim body 一点 read animate rip ima mat
$(document).ready(function (){
$("#scroll").click(function (){
$(‘html, body‘).animate({
scrollTop: $("#div").offset().top
}, 500);
});
});
使用scrollTop方法,加上一点延时动画(animate)
标签:script nim body 一点 read animate rip ima mat
原文地址:https://www.cnblogs.com/wangyongx/p/10932253.html