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

animations

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

ViewAnimator
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 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.