Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "add FLOSS carousel on homepage"

Merged Celeste Robert requested to merge 12-add-floss-carousel-on-homepage into master
All threads resolved!
7 files
+ 28
23
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -52,18 +52,21 @@ export default function Carousel(props) {
const list = props.list;
//https://react-slick.neostack.com/docs/api/
const settings = {
dots: true,
dots: false,
infinite: true,
slidesToShow: 1,
easing: "linear",
slidesToShow: 2,
slidesToScroll: 1,
arrows: false,
autoplay: true,
speed: 300,
speed: 3000,
draggable: false,
swipeToSlide: false,
autoplaySpeed: 1400,
autoplaySpeed: 3000,
variableWidth: true,
centerMode: true,
pauseOnHover: true
pauseOnHover: true,
cssEase: "linear"
};
return (
Loading