Private
Readonly
_containerPrivate
Readonly
_engineReadonly
bounceOptions for customizing the behavior when a particle bounces
Readonly
collisionsParticles collisions options
Particles color options
Readonly
effectParticles effects options
Readonly
groupsParticles groups
Optional
interactivityParticles interactivity options, overrides general interactivity options
Readonly
moveParticles movement options
Readonly
numberParticles number options
Readonly
opacityParticles opacity options
Particles options for reducing the randomization of duplicate particles, the index will be used for choosing the array values
Readonly
shadowParticles shadow options
Readonly
shapeParticles shape options
Readonly
sizeParticles size options
Particles stroke options
Readonly
zParticles z-index options
This load method is used to load data in the classes used as generic
Optional
data: RecursivePartial<IParticlesOptions>the input options
Particles
Bounce
See Particles Bounce documentation {@link IParticlesBounce | here}
Collisions
See Particles Collisions documentation {@link ICollisions | here}
Color
See Particles Color documentation {@link IAnimatableColor | here}
Destroy
See Particles Destroy documentation {@link IDestroy | here}
Groups
Life
See Particles Life documentation {@link ILife | here}
Links
See Particles Links documentation {@link ILinks | here}
Move
See Particles Move documentation {@link IMove | here}
Number
See Particles Number documentation {@link IParticlesNumber | here}
Opacity
See Particles Opacity documentation {@link IOpacity | here}
Orbit
See Particles Orbit documentation {@link IOrbit | here}
Reduce Duplicates
If set to
true
it reduces particles duplicates, picking particles configuration sequentiallyRepulse
See Particles Repulse documentation {@link IParticlesRepulse | here}
Roll
See Particles Roll documentation {@link IRoll | here}
Rotate
See Particles Rotate documentation {@link IRotate | here}
Shadow
See Shadow documentation {@link IShadow | here}
Shape
See Shape documentation {@link IShape | here}
Size
See Particles Size documentation {@link ISize | here}
Stroke
See Particles Stroke documentation {@link IStroke | here}
Tilt
See Particles Tilt documentation {@link ITilt | here}
Twinkle
See Particles Twinkle documentation {@link ITwinkle | here}
Wobble
See Particles Wobble documentation {@link IWobble | here}
Z Index
See Particles Z Index documentation {@link IZIndex | here}