tsParticles - v0.0.0
    Preparing search index...
    WobbleParticle: Particle & {
        options: WobbleParticlesOptions;
        retina: { wobbleDistance?: number };
        wobble?: IParticleWobble;
    }

    Wobble particle extension type

    Type Declaration

    • options: WobbleParticlesOptions
    • retina: { wobbleDistance?: number }

      Particle retina cached options

      • OptionalwobbleDistance?: number

        The particle maximum wobble distance

    • Optionalwobble?: IParticleWobble