VFX-JS
    Preparing search index...

    Type Alias SinewaveParams

    type SinewaveParams = {
        amount: number;
        blur: number;
        frequency: number;
        speed: number;
    }
    Index

    Properties

    amount: number

    Wave amplitude, in CSS px.

    blur: number

    Horizontal blur radius, in CSS px (0 disables the blur).

    frequency: number

    Vertical spatial frequency of the wave.

    speed: number

    Time scale applied to the wave animation.