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
|
const offset = commentsAnchor.getBoundingClientRect().top + winScrollY
|
||||||
window.anime({
|
window.anime({
|
||||||
targets: document.scrollingElement,
|
targets: document.scrollingElement,
|
||||||
duration: 200,
|
duration: 300,
|
||||||
easing: 'linear',
|
easing: 'linear',
|
||||||
scrollTop: offset,
|
scrollTop: offset,
|
||||||
complete: () => {
|
complete: () => {
|
||||||
|
|
Loading…
Reference in New Issue