html 平滑滚动到 - 带偏移

Posted

tags:

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

<a class="button--primary js-scrollto--tests" href="javascript:void(0)" title="Se våra blodprov">
    <span>Se våra blodprov</span>
</a>
 
<script>
    jQuery(".js-scrollto--tests").click(function() {
        jQuery('html, body').animate({
            scrollTop: jQuery("#lp-section--tests").offset().top -50
        }, 400);
    });
</script>

以上是关于html 平滑滚动到 - 带偏移的主要内容,如果未能解决你的问题,请参考以下文章

a标签平滑滚动加偏移

平滑滚动到 div 内的锚点

带有比例带标签的平滑滚动画笔

html 创建到任何目标的平滑滚动。

html 平滑滚动到页面的不同部分的链接

为啥平滑滚动在滚动之前会闪烁?