The Wayback Machine - https://web.archive.org/web/20201207184158/https://github.com/topics/particles
Skip to content
#

particles

Here are 561 public repositories matching this topic...

tsparticles
matteobruni
matteobruni commented Dec 5, 2020

Randomizable value properties are a mess, there is a lot of minimumValue (random and animation have it) properties and a value.

This must be simplified in a simpler property type:

value: T | IRange<T> // T is a generic type

and the new IRange interface is made like this:

interface IRange<T> {
    min: T,
    max: T
}

Old propert

Improve this page

Add a description, image, and links to the particles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the particles topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.