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
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.
Most helpful comment
Issue-Label Bot is automatically applying the label
feature_requestto 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.