UNPKG

@egjs/flicking

Version:

Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

13 lines (12 loc) 446 B
import State from "./State"; import { FlickingContext } from "../types"; declare class HoldingState extends State { readonly type: 1; readonly holding = true; readonly playing = true; private releaseEvent; onChange(e: any, context: FlickingContext): void; onRelease(e: any, context: FlickingContext): void; onFinish(e: any, { viewport, triggerEvent, transitTo }: FlickingContext): void; } export default HoldingState;