Swiper carousel Linear loop

Set a linear continuously transition between each slides, useful for a News Ticker or a Image Gallery

Query Media with Carousel Skin

Query Posts with Carousel Skin

To set a continuous sliding effect

  • set Speed time 3000 (ms) or more
  • set Loop mode active
  • set Autoplay active and time to 1 (ms) or 0
  • at last add this Custom CSS
				
					selector .swiper-wrapper {
    transition-timing-function: linear;
}