slider scroll 3s --> 6s

This commit is contained in:
VividTruthKeeper 2022-06-24 03:47:16 +05:00
parent af83cf5290
commit ce479e610c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const MainSlider = () => {
modules={[Navigation, Autoplay]}
spaceBetween={0}
slidesPerView={1}
autoplay={{ delay: 3000 }}
autoplay={{ delay: 6000 }}
loop={true}
navigation={{
nextEl: ".slider-next",