phetsims / molecule-polarity

"Molecule Polarity" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 6 forks source link

Update examples.md #149

Closed arouinfar closed 1 year ago

arouinfar commented 1 year ago

For #142

Examples.md should be updated for the 1.3 release.

arouinfar commented 1 year ago

Here's a snippet from the current examples:

Set the electronegativity with the sliders in the simulation or via the corresponding electronegativityProperty. To prevent users from changing the electronegativity, disable the slider using its enabledProperty. Alternatively, the Electronegativity Panel or slider may be completely hidden using the appropriate visibleProperty.

I'm not sure why I chose to call out the electronegativity slider. Hiding it (but not the panel) makes no sense.

image
arouinfar commented 1 year ago

Updated examples.md in the above commit, closing.