diff --git a/source/js/post-helper.js b/source/js/post-helper.js index c5a526a..ccd65e5 100644 --- a/source/js/post-helper.js +++ b/source/js/post-helper.js @@ -71,7 +71,7 @@ function initToggleShowToc() { const offset = commentsAnchor.getBoundingClientRect().top + winScrollY window.anime({ targets: document.scrollingElement, - duration: 200, + duration: 300, easing: 'linear', scrollTop: offset, complete: () => {