@egjs/flicking
Version:
Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
18 lines (16 loc) • 297 B
text/typescript
/**
* All possible @egjs/axes event keys
* @internal
*/
export const EVENT = {
HOLD: "hold",
CHANGE: "change",
RELEASE: "release",
ANIMATION_END: "animationEnd",
FINISH: "finish"
} as const;
/**
* An Axis key that Flicking uses
* @internal
*/
export const POSITION_KEY = "flick";