ZwiiCMS/core/vendor/fullpage/init.js

9 lines
202 B
JavaScript

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