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

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

Implemented by

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