perf: modified back2top interval time
This commit is contained in:
parent
9c9fe91c1a
commit
ed0f6ad70e
|
@ -18,7 +18,7 @@ KEEP.initBack2Top = () => {
|
|||
if (top === 0) {
|
||||
clearInterval(scrollTopTimer);
|
||||
}
|
||||
}, 30);
|
||||
}, 50);
|
||||
},
|
||||
|
||||
back2Bottom() {
|
||||
|
|
Loading…
Reference in New Issue