LiquidGlassJS
    Preparing search index...

    Interface PhysicsConfig

    interface PhysicsConfig {
        hover: boolean;
        press: boolean;
        stretch: number;
        wobble: number;
    }
    Index
    hover: boolean
    press: boolean
    stretch: number

    How far the surface elongates along its own travel, 0 to 1.

    wobble: number