We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95265b2 commit 30c7d20Copy full SHA for 30c7d20
_layouts/default.html
@@ -15,7 +15,7 @@
15
<script src="{{ " /js/smooth-scroll.min.js " | prepend: site.baseurl }}" charset="utf-8"></script>
16
<script type="text/javascript">
17
smoothScroll.init({
18
- speed: 400, // Integer. How fast to complete the scroll in milliseconds
+ speed: 500, // Integer. How fast to complete the scroll in milliseconds
19
easing: 'easeInOutCubic', // Easing pattern to use
20
offset: 20, // Integer. How far to offset the scrolling anchor location in pixels
21
});
0 commit comments