phetsims / mean-share-and-balance

"Mean: Share and Balance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 1 forks source link

Use Animation.endedEmitter #287

Closed jessegreenberg closed 1 week ago

jessegreenberg commented 3 weeks ago

I noticed a place where I think the endedEmitter can be used instead of both the finisheEmitter and stopEmitter, @marlitas can you confirm this commit is OK?

For #270

marlitas commented 1 week ago

That looks like a good commit. Thanks @jessegreenberg!