PixiJS Particle Emitter - Scale

Scale changes size of a particle over it’s lifetime.

Parameters

Scale Behavior Example:

Scale Behavior Configuration: – other configuration excluded for brevity

{
  type: 'scale',
  config: {
    scale: {
      list: [{value: 0.1, time: 0}, {value: 5, time: 0.5}, {value: 0.1, time: 1}]
    }
  }
}

PixiJS Particle Emitter: The Unauthorized Manual