UNPKG

@zebra-ui/swiper

Version:

专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。

9 lines (6 loc) 287 B
import type { MinTranslate } from '../../../types/components/core/translate/min-translate' import type { SwiperInterface } from '../../../types/swiper-class' const minTranslate: MinTranslate = function (this: SwiperInterface) { return -this.snapGrid[0] } export default minTranslate