weasel API - v0.8.0
    Preparing search index...

    Interface HandToolInertiaConfig

    interface HandToolInertiaConfig {
        boundary?: "stop" | "bounce" | "spring";
        bounds?: PanBounds;
        friction?: number;
        minSpeed?: number;
    }
    Index

    Properties

    boundary?: "stop" | "bounce" | "spring"

    What to do when inertial pan reaches bounds. Default: no clamping.

    bounds?: PanBounds

    View-coordinate limits for boundary clamping. Requires boundary to take effect.

    friction?: number
    minSpeed?: number