Is it possible to create the image below using this library? Here the dots should be connected and move slightly and slowly. And the "i"s should be clickable and open an overlay with extra info if possible:

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.61. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hi @Waterstraal,
Particles moving around their initial position currently are not configurable, they can only vibrate but I don't think this is the feature you're requesting, and it's a nice one that will be implemented as soon as possible.
About the clickable particles there's a global click handler that returns the particles in the clicked position.
You can see more details on issue #450 about the click handling