-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine dragSpeed
and shiftDragSpeed
for draggable objects
#79
Comments
@arouinfar here's a table that you can fill in:
|
Thanks for the table @pixelzoom, I've filled it out. I chose slower speeds overall for the Compass and Field Meter. The rationale is that I want the We may need to refine these values as sound is integrated, but I tested these speeds with #77 and it sounded reasonable to me. |
Thanks @arouinfar. These values feel good to me, implemented in e855aa5. It was also necessary to delete |
Looks good on main, thanks @pixelzoom! |
@pixelzoom wrote in #54 (comment)
The query parameters have since been updated to
dragSpeed
andshiftDragSpeed
. KeyboardDragListener currently supports two drag speeds, but a third speed has been proposed in phetsims/scenery#1601.For now, I will focus on just the two supported speeds, and we can reassess if/when the third speed is added to KeyboardDragListener. I will also consider using different speeds for the measurement tools (compass and field meter) and the experimental equipment (magnets, coils).
The text was updated successfully, but these errors were encountered: