$(window).load(function(){ /*===============*/ /* Smooth Scroll */ /*===============*/ $('.scrollTo').click( function(){ //lors du clic sur le menu var page = $(this).attr('href');//cible var speed = 1250; //vitesse défilement $('html, body').animate({ scrollTop: $(page).offset().top }, speed ); return false; }); /*==================*/ /* Animation Fleche */ /*==================*/ function allerRetourFleche(){ var speedFleche = 500; //vitesse /*haut*/ $('#fleche').animate({ top:'0%' },speedFleche); /*bas*/ $('#fleche').animate({ top:'5%' },speedFleche); } allerRetourFleche(); //lance la fonction window.setInterval(allerRetourFleche,100); //relance la fonction à interval régulier /*==================*/ /*====================*/ /* Animation Fleche 2 */ /*====================*/ function allerRetourFleche2(){ var speedFleche2 = 500; //vitesse /*haut*/ $('#fleche-blanche').animate({ top:'0%' },speedFleche2); /*bas*/ $('#fleche-blanche').animate({ top:'15%' },speedFleche2); } allerRetourFleche2(); //lance la fonction window.setInterval(allerRetourFleche2,100); //relance la fonction à interval régulier /*==================*/ /*===================*/ /* Animation ClicIci */ /*===================*/ $('#clicstelle').hover( function(){$('#clicici').css({zIndex:3});}, function(){$('#clicici').css({zIndex:-1});} ); /*===================*/ /*===============*/ /* Scroll Statue */ /*===============*/ function descenteStatue(){ var speedStatue = 1000; //vitesse défilement $('#statue').animate({ bottom:'0px' },speedStatue); } function remonteStatue(){ var speedStatue = 1500; //vitesse défilement $('#statue').animate({ bottom:'375px' },speedStatue); } /*action menu navigation*/ $('#monu').click(function(){ descenteStatue(); dezoom(); cache(); }); $('#monuf').click(function(){ descenteStatue(); dezoom(); cache(); }); $('#proj').click(function(){ descenteStatue(); }); $('#acc').click(function(){ remonteStatue(); }); $('#acci').click(function(){ remonteStatue(); }); /*===================*/ /* Script GIF jQuery */ /*===================*/ /* function allerRetourVoiture() { $('#voiture').animate({ 'left':'-900px' },5000); $('#voitureRot').delay(5000).animate({ 'left':'1400px' },5000);*/ /* var posCar = $("#voiture").position(); var posCarL = posCar.left; // alert("posCar=",posCar); // if(posCarL <= "-600"){ // $("#voiture").css({border:"solid yellow 2px"}); // }else if(posCarL >= "-599"){ // $("#voiture").css({border:"solid pink 2px"}); // }else if(posCarL = "0"){ // alert(posCarL); //$("#voiture").css({border:"solid black 10px"}); } /*else{ $("#voiture").css({"visibility":"visible"}); } setTimeout(function() { $('#voiture').css({'left':'1400px'}); $('#voitureRot').css({'left':'-900px'}); }, 11000); } function boucleVoiture() { allerRetourVoiture(); window.setInterval(allerRetourVoiture, 12000); } boucleVoiture(); */ //zoom stelle function zoom(){ $('#stellehide').css('z-index',10); setTimeout(function(){ $('#flou').css({ zIndex:'6', display:'block', visibility:'visible' }); },750); $('#stellehide').animate({ top:'-950px', minWidth:'auto', minHeight:'700px', width:'1280px', height:'700px', marginLeft:'auto', marginRight:'auto' },1500); $('#liens-poilus').animate({ width:'270px', height:'335px', marginLeft:'auto', marginRight:'auto' },2000); $('#liste').animate({ fontSize:'1.2em', paddingTop:'10px', paddingBottom:'10px' },2000); } function dezoom(){ $('#stellehide').css('z-index',-1); $('#flou').css({ zIndex:'-999', display:'none' }); //$("#contenuPage2").fadeOut('slow',function(){ $('#stellehide').animate({ top:'-500px', width:'85px', height:'53px' },1500); $('#liens-poilus').animate({ width:'25px', height:'33px' },2000); $('#liste').animate({ fontSize:'0.1em', paddingTop:'2px', paddingBottom:'2px' },2000); } $('#clicstelle').click(function(){ zoom(); }); /*** infos poilus ***/ $('#chaudard').click(function(){ $('#infoChaudard').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#boroit').click(function(){ $('#infoBoroit').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#brac').click(function(){ $('#infoBrac').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#dachaux').click(function(){ $('#infoDachaux').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#ducaire').click(function(){ $('#infoDucaire').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#dupuis').click(function(){ $('#infoDupuis').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#fisher').click(function(){ $('#infoFisher').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#efournier').click(function(){ $('#infoeFournier').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#jfournier').click(function(){ $('#infojFournier').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#michel').click(function(){ $('#infoMichel').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#salvatore').click(function(){ $('#infoSalvatore').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); $('#thai').click(function(){ $('#infoThai').css({ 'position':'absolute', 'top':'0%', 'left':'23%', 'z-index':43 }); }); function cache(){ $('#infoChaudard').css('z-index',-2); $('#infoBoroit').css('z-index',-2); $('#infoBrac').css('z-index',-2); $('#infoDachaux').css('z-index',-2); $('#infoDucaire').css('z-index',-2); $('#infoDupuis').css('z-index',-2); $('#infoFisher').css('z-index',-2); $('#infoeFournier').css('z-index',-2); $('#infojFournier').css('z-index',-2); $('#infoMichel').css('z-index',-2); $('#infoSalvatore').css('z-index',-2); $('#infoThai').css('z-index',-2); } $('.croix').click(function(){ cache(); }); /* /info poilus */ // script scrollTheme projet $("#conclu").mCustomScrollbar({ theme:"3d-dark" }); });