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

    The interactivity particle options

    interface IInteractivityParticleOptions {
        options?: RecursivePartial<IParticlesOptions>;
        pauseOnStop: boolean;
        replaceCursor: boolean;
        stopDelay: number;
    }

    Implemented by

    Index

    Properties

    The particle options to use when spawning

    pauseOnStop: boolean

    Pause the animation when the mouse stops interacting

    replaceCursor: boolean

    Replace the cursor with the particle image

    stopDelay: number

    The delay before stopping the animation