UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

13 lines (10 loc) 239 B
export interface ParallaxMethods {} export interface ParallaxEvents {} export interface ParallaxOptions { /** * Enable, if you want to use "parallaxed" elements inside of slider * * @default false */ enabled?: boolean; }