ZwiiCMS/core/vendor/fullpage/init.js

9 lines
202 B
JavaScript
Raw Normal View History

$(function() {
$('#fullpage').fullpage({
//options here
autoScrolling:true,
scrollHorizontally: true,
verticalCentered: false,
2020-05-08 19:50:13 +02:00
animateAnchor: true
});
});