tsParticles - v0.0.0
    Preparing search index...

    Manual particles options [[include:Options/ManualParticles.md]]

    interface IManualParticle {
        options?: RecursivePartial<IParticlesOptions>;
        position?: ICoordinatesWithMode;
    }

    Implemented by

    Index

    Properties

    Properties

    Particle options, this properties will override the general particles configuration

    Particle position in canvas size percent, if undefined a random position will be used