phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

Move panels outside of dev boundary when at wider aspect ratios #98

Closed arouinfar closed 8 years ago

arouinfar commented 9 years ago

The playspace would open up quite a bit if the panels could move outside of the dev boundary when at wider aspect ratios. screen shot 2015-06-12 at 3 24 38 pm This has been done in Energy Skate Park: Basics and Charges and Fields. (See https://github.com/phetsims/charges-and-fields/issues/9)

ariel-phet commented 9 years ago

@arouinfar - we can have @jonathanolson address this enhancement with other tweaks once MLL is finished

jonathanolson commented 8 years ago

@arouinfar, should this basically be handled like bending-light, where the panels move (but only up to a point for extreme window sizes)?

arouinfar commented 8 years ago

@jonathanolson, yes let's handle it like Bending Light. Thanks!

jonathanolson commented 8 years ago

I changed it so it expands until it has comfortable space to contain the 2m pendulum (don't want to expand further, since otherwise it just means things get farther apart.

arouinfar commented 8 years ago

I think it looks great @jonathanolson!