UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

19 lines (16 loc) 301 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; }