tsParticles - v4.2.1
    Preparing search index...

    [[include:Options/Particles.md]]

    Hierarchy (View Summary)

    Implements

    Indexable

    • [name: string]: unknown
    Index

    Constructors

    Properties

    bounce: ParticlesBounce = ...

    Options for customizing the behavior when a particle bounces

    effect: Effect = ...

    Particles effects options

    groups: ParticlesGroups = {}

    Particles groups

    move: Move = ...

    Particles movement options

    number: ParticlesNumber = ...

    Particles number options

    Particles paint options, grouping fill and stroke variants together

    palette?: string

    Registered palette id to import particle fill/stroke/blend defaults

    reduceDuplicates: boolean = false

    Particles options for reducing the randomization of duplicate particles, the index will be used for choosing the array values

    shape: Shape = ...

    Particles shape options

    zIndex: ZIndex = ...

    Particles z-index options

    Methods