aboutsummaryrefslogtreecommitdiff
path: root/apps/website/public/scripts/scroll.js
blob: de3d871587c8540f33cde09666ceb66b3a3a3113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,
	},
});