add fullpage

This commit is contained in:
2018-06-01 21:05:22 +02:00
parent f4b45a7213
commit 6b741a9666
14 changed files with 108 additions and 60 deletions
+6 -4
View File
@@ -41,12 +41,14 @@ function activenav() {
});
};
function iswhite() {
$('.navigation li').midnight();
function fullpage() {
$('#start').fullpage({
anchors: ['home', 'fullvideo', 'vidéos', 'biographie', 'photographie', 'presse', 'prochaines_dates', 'contact'],
scrollOverflow: true
});
};
$(document).ready(function() {
// divisionnav();
fullpage();
activenav();
iswhite();
});