ZwiiCMS/core/vendor/fullpage/init.js

10 lines
234 B
JavaScript

$(function() {
$('#fullpage').fullpage({
//options here
autoScrolling:true,
scrollHorizontally: true,
verticalCentered: false,
animateAnchor: true,
paddingBottom: '100px'
});
});