logo et slider

This commit is contained in:
2021-05-31 18:21:02 +02:00
parent 374f0fefc7
commit bd16b1a431
14 changed files with 69 additions and 118 deletions
+5 -2
View File
@@ -25,16 +25,19 @@ jQuery(document).ready(function($){
} else {
$('.bouton-ouverture').html('Voir PLUS'); // Sinon on affiche LIRE PLUS
}
// definir une règle si .texte-cache {max-height}<=.texte-cache.ouvert {max-height}, alors .bouton-ouverture { visible: hidden}
});
// parallax slideshow
$(document).ready(function() {
var imgSrc = ["http://ouidade.net/dev-epau.archi.fr/user/themes/epau-antimatter/images/14360_default_big.jpg", "http://ouidade.net/dev-epau.archi.fr/user/themes/epau-antimatter/images/10361_web_01.jpg", "http://ouidade.net/dev-epau.archi.fr/user/themes/epau-antimatter/images/hyperliens_marseille.png",];
var imgSrc = ["/user/themes/epau-antimatter/images/Thizy_Les_Bourgs_copyright_Communaute_de_l_Ouest_Rhodanien.jpg", "/user/themes/epau-antimatter/images/Dieulefit_copyright_Mairie_de_Dieulefit.jpg", "/user/themes/epau-antimatter/images/ARM161205-001.jpg", "/user/themes/epau-antimatter/images/copyright_Grenoble-Alpes_Metropole-Lucas_Frangella_1.jpg",];
var counter = 1;
var duration = 4000;
var tTime = 300;
var tTime = 600;
var v = setInterval(function() {
$('.parallax-mirror').animate({
'opacity': 0