UNPKG
@zebra-ui/swiper
Version:
beta (3.0.0-beta.1)
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.1
3.0.0-beta.0
2.2.8
2.2.8-beta.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
专为多端设计的高性能swiper轮播组件库,支持多种复杂的 3D swiper轮播效果。
swiper.zebraui.com
zebra-ui/zebra-swiper
@zebra-ui/swiper
/
components
/
core
/
translate
/
min-translate.ts
9 lines
(6 loc)
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
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