Skip to content

Commit

Permalink
Update A.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarroy authored Aug 25, 2023
1 parent d17120c commit 6b89c21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions A.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ var swiper = new Swiper(".home-slider", {
var swiper = new Swiper(".review-slider", {
grabCursor: true,
centeredSlides: true,
coverflowEffect: {
rotate: 0,
stretch: 0,
depth: 100,
modifier: 2,
slideShadows: true,
},
// coverflowEffect: {
// rotate: 0,
// stretch: 0,
// depth: 100,
// modifier: 2,
// slideShadows: true,
// },
loop:true,
autoplay:{
delay:3000,
disableOnInteraction:false,
}
});
});

0 comments on commit 6b89c21

Please sign in to comment.