phetsims / area-builder

"Area Builder" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/area-builder
GNU General Public License v3.0
1 stars 2 forks source link

Convert from TWEEN to Twixt #108

Closed samreid closed 5 years ago

samreid commented 6 years ago

As discussed in https://github.com/phetsims/joist/issues/387#issuecomment-419600722, it would be nice to use Twixt instead of TWEEN. This sim has 3 occurrences of new TWEEN.Tween(...). Assigning to the responsible dev. After completing this issue, check if the hold on https://github.com/phetsims/joist/issues/387 can be removed (if this was the last "Convert from TWEEN to Twixt" issue).

SaurabhTotey commented 5 years ago

I believe I have now replaced all uses of TWEEN with Twixt. Closing and unassigning. Please feel free to reopen and reassign if this issue isn't actually solved.