@zebra-ui/swiper
Version:
专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。
9 lines (6 loc) • 310 B
text/typescript
import type { MaxTranslate } from '../../../types/components/core/translate/max-translate'
import type { SwiperInterface } from '../../../types/swiper-class'
const maxTranslate: MaxTranslate = function (this: SwiperInterface) {
return -this.snapGrid[this.snapGrid.length - 1]
}
export default maxTranslate