Closed Likbjorn closed 4 years ago
[x] Color shifts when mouse approaches
[x] Bubbles gravitate back to their place when mouse leaves the triggering area
Color shifts when mouse approaches
Checkout voronoi diagram (available in d3.js). It will allow you to trigger only the closest bubble and avoid situations, when trigger areas of different bubbles collide.
Checkout voronoi diagram (available in d3.js). It will allow you to trigger only the closest bubble and avoid situations, when trigger areas of different bubbles collide.
We need every bubble in the unspecified range to react with mouse. That may mean one or all of them.
We need to describe how bubbles will interact with user in detail before creating specific tasks. I don't have a good understanding of it yet.
What we may do. When cursor is close or when cursor is over the element:
Definition of "close" selection: either all elements within specified range or only the closest one.
EDIT: add tasks from Cobold EDIT 2: we want all nodes to react, not the closest one