UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

6 lines (5 loc) 221 B
/* eslint no-unused-vars: "off" */ export default function (speed = this.params.speed, runCallbacks = true, internal) { const swiper = this; return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal); }