phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

step amount is very small #82

Closed jbphet closed 9 years ago

jbphet commented 9 years ago

The amount of time that the simulation steps forward or backwards when paused and the step-forward or step-backward button is pressed is annoyingly small. In my opinion, users are likely to find this capability pretty useless with this small of a time step.

I imagine that the reason for the step being noticeably smaller in the HTML5 sim vs the Java sim is that the frame rate is higher for the HTML5 sim, so the time steps end up being smaller.