tsParticles - v4.2.1
    Preparing search index...

    The wobble options [[include:Options/Particles/Wobble.md]]

    interface IWobble {
        distance: RangeValue;
        enable: boolean;
        speed: IWobbleSpeed | RangeValue;
    }

    Implemented by

    Index

    Properties

    Properties

    distance: RangeValue

    The wobble distance

    enable: boolean

    Enables the wobble

    The wobble speed