phetsims / circuit-construction-kit-common

"Circuit Construction Kit: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
10 stars 10 forks source link

Add linked property to ZoomControlPanel #852

Closed arouinfar closed 1 year ago

arouinfar commented 2 years ago

The zoom state is controlled by model.zoomProperty. It would be nice to add a linked property under the corresponding view element ZoomControlPanel.

image
samreid commented 2 years ago

Fixed, and it looks like this:

image

There is some complication that there is another competing (cooperating?) enumeration like so:

image

@arouinfar please review.

arouinfar commented 1 year ago

Thanks @samreid! Looks good in master.