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
/
types
/
components
/
components-shared
/
update-on-virtual-data.d.ts
17 lines
(15 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
type
{
SwiperInterface
}
from
'../../swiper-class'
export
interface
UpdateOnVirtualData
{ (
swiper
:
SwiperInterface
& {
params
: {
virtual
?: {
enabled
?:
boolean
}
parallax
?: {
enabled
?:
boolean
} } } ):
void
}