Skip to content
#

particles

Here are 545 public repositories matching this topic...

tsparticles
matteobruni
matteobruni commented Nov 6, 2020

Like themes, a responsive section is needed in options.

Something like:

{
    /* omissis, this is the main options object */
    responsive: [{
        maxWidth: 400,
        options: { /* omissis */ }
    }, {
        maxWidth: 800,
        options: { /* omissis */ }
    }]
}

If the width is greater than the bigger maxWidth the main settings will be used,

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.