style(post-helper): anime duration 200 -> 300
This commit is contained in:
parent
015610fc42
commit
f6ce19f167
|
@ -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: () => {
|
||||
|
|
Loading…
Reference in New Issue