timeline js

This commit is contained in:
ouidade 2024-10-24 22:10:03 +02:00
parent 3c7a02ff71
commit d3297f8f61
2 changed files with 6 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -320,15 +320,9 @@
slidesToScroll: 1,
dots: false,
arrows: true,
centerMode: true,
adaptiveHeight: false,
autoplay: false,
centerMode: false,
draggable: true,
infinate: true,
loop: true,
// autoplaySpeed: 1500,
// infinite: true,
// centerPadding: '100px',
infinite: false,
responsive: [
{
breakpoint: 810,
@ -337,9 +331,8 @@
adaptiveHeight: false,
arrows: true,
draggable: true,
centerMode: true,
autoplay: false,
// autoplaySpeed: 2000,
centerMode: false,
infinite: false,
}
}]
});
@ -347,7 +340,7 @@
});
// ////////////////////// end calendrier home /////////////////////////////////
//////////////////////// end calendrier home /////////////////////////////////