tsParticles - v4.0.0-beta.12
    Preparing search index...

    The wobble options

    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