diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 16:34:52 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 16:34:52 +0100 |
commit | d6c7fad43961975026a7e4e9ae21406f505e0a2e (patch) | |
tree | 76e205167ac203111f6272841e82352f0201b256 /apps/website/public/scripts/scroll.js | |
parent | bf5075ed85bafd9c0b2b5e0a05df68a78b7da04f (diff) | |
download | Nexus-d6c7fad43961975026a7e4e9ae21406f505e0a2e.tar.gz Nexus-d6c7fad43961975026a7e4e9ae21406f505e0a2e.tar.bz2 Nexus-d6c7fad43961975026a7e4e9ae21406f505e0a2e.zip |
fullpage.js
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, + }, +}); |