PixiJS Particle Emitter - Alpha Static

Alpha Static controls the alpha of particles. An alpha of zero is completely transparent. An alpha of one is completely opaque.

Alpha Static applies a single alpha value to all emitted particles.

Parameters

Alpha Static Behavior Example:

Alpha Static behavior configuration: – other configuration excluded for brevity

{
  type: 'alphaStatic',
  config: {
    alpha: 0.75
  },
},

PixiJS Particle Emitter: The Unauthorized Manual