Skip to content

Plugin Option: Updaters

updaters provides particle updater packages that control how particle properties change over time.

Available updaters

PackageOptions keyDescription
updater-destroyparticles.destroyDestroy/split particles on exit
updater-gradientparticles.gradientGradient color animations
updater-lifeparticles.lifeParticle life cycle
updater-opacityparticles.opacityOpacity animation
updater-orbitparticles.orbitOrbiting movement
updater-out-modesparticles.move.outModesBoundary behavior
updater-paintparticles.paintPaint/stroke effects
updater-rollparticles.rollRolling rotation
updater-rotateparticles.rotateRotation animation
updater-sizeparticles.sizeSize animation
updater-tiltparticles.tiltTilt animation
updater-twinkleparticles.twinkleTwinkle/flash effect
updater-wobbleparticles.wobbleWobble effect

Notes

  • Most updaters add their own options under the particles configuration object.
  • Many updaters are included in @tsparticles/slim or @tsparticles/full.

Source reference