The background color of the canvas.
The duration in milliseconds that it should take for the universe to reach full health.
A timing function to dictate how the particles in the universe grow from radius zero to their full radius. This function receives a progress argument between 0 and 1 and should return a number between 0 and 1.
The duration in milliseconds that it should take for the universe to die.
A timing function to dictate how the particles in the universe shrink from their full radius to radius zero. This function receives a progress argument between 0 and 1 and should return a number between 0 and 1.
The amount of entropy to act on the particles.
Height of the canvas.
The maximum number of particles that will be created in the canvas.
An interactive force to be applied to the particles during mousedown events.
Time in milliseconds that force resulting from mousemove event should last in universe.
An interactive force to be applied to the particles during mousemove events.
Time in milliseconds that force resulting from mousemove event should last in universe.
Callback invoked on image loading state changes.
Callback invoked on universe state changes.
Options to be applied to particles during their creation.
Scales the image provided via src.
Img src url to load image
An interactive force to be applied to the particles during touchmove events.
Time in milliseconds that force resulting from mousemove event should last in universe.
Width of the canvas.
Generated using TypeDoc
Available props for ParticleImage.