javascript jQuery Smooth Scroll

Posted

tags:

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

// Where hash is the target element to scroll to
$('html, body').animate({
  scrollTop: $(hash).offset().top
}, 800, function(){

// Add hash (#) to URL when done scrolling (default click behavior)
  window.location.hash = hash;
});

以上是关于javascript jQuery Smooth Scroll的主要内容,如果未能解决你的问题,请参考以下文章

javascript jQuery Smooth Scroll

javascript jQuery Smooth Scroll

javascript jQuery Smooth Scroll

javascript JQuery Smooth Scroll to Anchors

jquery-smooth-scroll可以全屏滑动吗

JavaScript - window.scroll( behavior: 'smooth' ) 在 Safari 中不起作用