add fullpage
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user