control one swiper with other

Solutions on MaxInterview for control one swiper with other by the best coders in the world

showing results for - "control one swiper with other"
Gabriela
07 Nov 2016
1// used with swiperjs
2
3sliderOne.controller.control = sliderTwo;
4sliderTwo.controller.control = sliderOne;