UNPKG

@zebra-ui/swiper

Version:

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

19 lines (16 loc) 299 B
export interface FlipEffectMethods {} export interface FlipEffectEvents {} export interface FlipEffectOptions { /** * Enables slides shadows * * @default true */ slideShadows?: boolean /** * Limit edge slides rotation * * @default true */ limitRotation?: boolean }