forked from ZwiiCMS-Team/ZwiiCMS
10 lines
234 B
JavaScript
10 lines
234 B
JavaScript
$(function() {
|
|
$('#fullpage').fullpage({
|
|
//options here
|
|
autoScrolling:true,
|
|
scrollHorizontally: true,
|
|
verticalCentered: false,
|
|
animateAnchor: true,
|
|
paddingBottom: '100px'
|
|
});
|
|
}); |