perf: modified back2top interval time

This commit is contained in:
XPoet 2021-01-26 22:34:35 +08:00
parent 9c9fe91c1a
commit ed0f6ad70e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ KEEP.initBack2Top = () => {
if (top === 0) { if (top === 0) {
clearInterval(scrollTopTimer); clearInterval(scrollTopTimer);
} }
}, 30); }, 50);
}, },
back2Bottom() { back2Bottom() {