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