Skip to content

Particles Opacity

particles.opacity controls transparency and opacity animation.

Example

ts
particles: {
  opacity: {
    value: {
      min: 0.2,
      max: 0.8,
    },
    animation: {
      enable: true,
      speed: 1,
      sync: false,
    },
  },
}

Source reference