4 lines
195 B
JavaScript
4 lines
195 B
JavaScript
export default function slideReset(speed = this.params.speed, runCallbacks = true, internal) {
|
|
const swiper = this;
|
|
return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal);
|
|
} |