Tsparticles: Manual Particles

Created on 20 Sep 2020  路  4Comments  路  Source: matteobruni/tsparticles

tsParticles options should contain a manual property with an array of coordinates of initial particles added to the canvas, this could help some fixed layouts that only need node interactions and not random animations

The option should be something like this:

manual: [
    {
        x: 0,
        y: 0,
        particles: { /* particles options to override the global options, optional property */ }
    }
]

The coordinates should be relative, probably the best solution should be a percent value. So this configuration will work fine on every screen size

Hacktoberfest documentation enhancement feature_request good first issue help wanted up-for-grabs

Most helpful comment

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

All 4 comments

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Hey @matteobruni I want to do this.

Hi @ahayder,

Welcome!! Thanks, feel free to fork the repository and add this feature. If you need help or want to share ideas on this feature you can freely join the Slack linked in README.

Ok I will thanks.

Was this page helpful?
0 / 5 - 0 ratings