swipefeed
    Preparing search index...

    Interface GestureConfig

    interface GestureConfig {
        flickVelocity?: number;
        ignoreWhileAnimating?: boolean;
        lockAxis?: boolean;
        threshold?: number;
    }
    Index
    flickVelocity?: number
    ignoreWhileAnimating?: boolean
    lockAxis?: boolean
    threshold?: number