📅  最后修改于: 2022-03-11 15:01:31.810000             🧑  作者: Mango
$('#pplGallerySlider').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
speed: 30, // this is the line that matters
infinite: false,
});