Hello everyone! In this video, I demonstrate how to add a fading effect to an image carousel on both left and right sides, ensuring smooth and infinite scrolling. I also explain how to set the smooth speed of the carousel with an infinite loop. Check it out for some cool design tips! Action: Watch and try it out on your projects!
CSS CODE:::
selector .swiper{
mask-image: linear-gradient(270deg, transparent 0%, black 12.5%, black 87.5%, transparent 100%);
-webkit-mask-image: linear-gradient(270deg, transparent 0%, black 12.5%, black 87.5%, transparent 100%);
}
selector .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
Subscribe: / @muhiminulalvi
Thanks.