Skip to content

Commit 30c7d20

Browse files
committed
fix scroll speed
1 parent 95265b2 commit 30c7d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="{{ " /js/smooth-scroll.min.js " | prepend: site.baseurl }}" charset="utf-8"></script>
1616
<script type="text/javascript">
1717
smoothScroll.init({
18-
speed: 400, // Integer. How fast to complete the scroll in milliseconds
18+
speed: 500, // Integer. How fast to complete the scroll in milliseconds
1919
easing: 'easeInOutCubic', // Easing pattern to use
2020
offset: 20, // Integer. How far to offset the scrolling anchor location in pixels
2121
});

0 commit comments

Comments
 (0)