UNPKG

press-swiper

Version:

适配多端的高自定义轮播组件,多种3D效果。全面对标swiperjs。

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