style(post-helper): anime duration 200 -> 300

This commit is contained in:
XPoet 2022-10-14 09:52:56 +08:00
parent 015610fc42
commit f6ce19f167
1 changed files with 1 additions and 1 deletions

View File

@ -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: () => {