diff options
Diffstat (limited to 'apps/website/public/scripts/scroll.js')
-rw-r--r-- | apps/website/public/scripts/scroll.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/website/public/scripts/scroll.js b/apps/website/public/scripts/scroll.js new file mode 100644 index 0000000..de3d871 --- /dev/null +++ b/apps/website/public/scripts/scroll.js @@ -0,0 +1,15 @@ +/* eslint-disable new-cap */ +/* eslint-disable no-new */ +new fullpage('#fullpage', { + licenseKey: 'gplv3-license', + autoScrolling: true, + scrollBar: true, + scrollHorizontally: false, + fixedElements: '', + fitToSection: false, + // navigation: true, + // navigationPosition: 'right', + credits: { + enabled: false, + }, +}); |