phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
10 stars 1 forks source link

Add a 'lazy' multilink option to Description components #204

Closed jessegreenberg closed 5 months ago

jessegreenberg commented 5 months ago

This is next in the Monday priority list. We would like to be able to set up Description components but not have them speak as soon as the paper is detected by the camera. My hope is that this can be resolved with a lazy multilink so that listeners are attached but not triggered as soon as the paper is detected.

jessegreenberg commented 5 months ago

OK, this feature has been merged into the main branch. Closing.