javascript smoth滚动到部分

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript smoth滚动到部分相关的知识,希望对你有一定的参考价值。

$("nav a").on('click', function(e) {
    e.preventDefault();
    var pos = $($(this).attr('href'));
    $('html, body').animate({
        scrollTop: pos.offset().top
    }, 1000);
});

以上是关于javascript smoth滚动到部分的主要内容,如果未能解决你的问题,请参考以下文章

javascript 滚动到部分

text smoth卷轴

smoth字体大小

smoth movig背景IE改编

如何修复我在普通JavaScript中编写的水平滚动脚本

JavaScript 将长页面滚动到 DIV