phetsims/collision-lab

Highlight Number Displays that are being user controlled

Closed this issue · 2 comments

Currently, number displays are highlighted yellow when typing in the keypad,
image
which works as intended.

However, I just noticed from the design doc that this should happen when the Ball is being dragged as well.
image

I assuming that the velocity number displays are highlighted when the velocity vectors are dragged as well.


Implementing this feature in this issue.

Done in the commits above. Assigning to @arouinfar to review.

This looks really nice @brandonLi8! Good call on highlighting the v fields when adjusting the vectors. :)