phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
10 stars 1 forks source link

Creator: Hovering an arrow highlights it #164

Open brettfiedler opened 8 months ago

brettfiedler commented 8 months ago

A suggestion from a codesigner:

Hovering an arrow makes it highlight. We could probably have it increase in line width by a visually distinct amount.

We should also consider adding a tooltip on hover that indicates the components joined

e.g., "imgPositionController -> img1Position", "img1Position -> imgComponent"

brettfiedler commented 8 months ago

JG noted we could also do this for a hovered component to highlight all arrows connected to it. Let's investigate the above suggestion first, then default to the suggestion in this comment.