UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

8 lines (7 loc) 255 B
import type { Swiper } from '../core.js'; export default function transitionEmit({ swiper, runCallbacks, direction, step, }: { swiper: Swiper; runCallbacks?: boolean; direction?: 'reset' | 'prev' | 'next'; step: 'Start' | 'End'; }): void;