Skip to content
#

animations

Here are 1,215 public repositories matching this topic...

ViewAnimator
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: number | IRange

and the new IRange interface is made like this:

interface IRange {
    min: number,
    max: number
}

Old properties should be

Improve this page

Add a description, image, and links to the animations 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 animations topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.