animatedPanZoomSingleton¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/listeners/animatedPanZoomSingleton.ts for the most up-to-date information.
Overview¶
A singleton with an instance of an AnimatedPanZoomListener that can be easily accessed for an application. The AnimatedPanZoomListener adds global key press listeners and it is reasonable that you would only want one for a document/application.
@author Jesse Greenberg
Source Code¶
See the source for animatedPanZoomSingleton.ts in the scenery repository.