swiper
Version:
Most modern mobile touch slider and framework with hardware accelerated transitions
21 lines (17 loc) • 343 B
TypeScript
import { CSSSelector } from '../shared';
export interface FlipEffectMethods {}
export interface FlipEffectEvents {}
export interface FlipEffectOptions {
/**
* Enables slides shadows
*
* @default true
*/
slideShadows?: boolean;
/**
* Limit edge slides rotation
*
* @default true
*/
limitRotation?: boolean;
}