fix: scroll speed

This commit is contained in:
shenyu
2020-08-08 21:32:36 +08:00
parent 40071e8acc
commit 8217da81ab
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@
const scrollElem = $('#totop');
// Scroll to top speed
const scrollSpeed = 1600;
const scrollSpeed = 1000;
// Show and hide the scroll to top link based on scroll position
scrollElem.hide();