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