phetsims / models-of-the-hydrogen-atom

"Models of the Hydrogen Atom" is an educational simulation in HTML5, by PhET Interactive Simulations at the University of Colorado Boulder.
GNU General Public License v3.0
2 stars 3 forks source link

Use TimeControlNode for Play/Pause/Step buttons #20

Closed jessegreenberg closed 4 years ago

jessegreenberg commented 4 years ago

From phetsims/scenery-phet#561. A scenery-phet/TimeControlNode was created that combines the PlayPauseButton and StepForwardButton and includes PhET-iO and PDOM instrumentation. It should be used in this sim. Assigning to responsible dev.

pixelzoom commented 4 years ago

Specifically, this should replace MOTHA/TimeControls, which predates the existence of SCENERY_PHET/TimeControlNode.

Unassigning until implementation of this sim resumes.

pixelzoom commented 4 years ago

On 3/12/2020 I looked at using scenery-phet/TimeControlNode. It only supports normal & slow speeds. This sim needs normal, slow, fast. Looks like the work is still being done in the "timeControlNodeWIP" branch of scenery-phet.

jessegreenberg commented 4 years ago

This will be added soon in https://github.com/phetsims/scenery-phet/issues/575.

pixelzoom commented 4 years ago

This was done a couple of weeks ago, and I forgot to close.