具有无限循环的食物菜单滑块

Food menu slider with an infinite loop

能否请您帮助我了解如何制作我在 https://livedemo00.template-help.com/wt_61177_v1/#undefined6 网站的 "our menu" 部分看到的具有无限循环和相同功能的滑块。

您要查找的确切滑块是 Slick Auto play slider,它只是您拥有的示例的自动播放版本。示例代码。

    $('.autoplay').slick({
  slidesToShow: 5, //The amount of slides to be in view at any given time
  slidesToScroll: 1, // The amount of slides to scroll on click or auto scoll
  autoplay: true, // Sets the slider to automatically slide through the slides
  autoplaySpeed: 2000, // The interval between sliding between slides
});

slicks 网站上的滑块示例图片: