Skip to content

Commit

Permalink
adjust keyboardStep, #53
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 10, 2021
1 parent 5c2b895 commit 244a58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/AmplitudeSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AmplitudeSlider extends AudibleSlider {

// pdom options
// slider steps, see https://github.com/phetsims/fourier-making-waves/issues/53
keyboardStep: 0.1, // used by all alternative-input devices
keyboardStep: FMWConstants.AMPLITUDE_SLIDER_MOUSE_TOUCH_STEP, // used by all alternative-input devices
shiftKeyboardStep: 0.01, // finer grain, used by keyboard only
pageKeyboardStep: 0.25, // coarser grain, used by keyboard only

Expand Down

0 comments on commit 244a58f

Please sign in to comment.