UNPKG

@ssgoi/core

Version:

Core animation engine for SSGOI - Native app-like page transitions with spring physics

10 lines 345 B
/** * Creates a swipe detector for iOS Safari swipe-back gesture * Detects edge swipes that trigger Safari's native back navigation */ export declare function createSwipeDetector(enabled: boolean): { initialize: () => void; cleanup: () => void; isSwipePending: () => boolean; }; //# sourceMappingURL=create-swipe-detector.d.ts.map