Skip to content

Commit

Permalink
Make animatingProperty public, see: phetsims/center-and-variability#539
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Sep 25, 2023
1 parent 8bd8324 commit 93246e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/listeners/AnimatedPanZoomListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class AnimatedPanZoomListener extends PanZoomListener {

// True when the listener is actively panning or zooming to the destination position and scale. Updated in the
// animation frame.
private readonly animatingProperty = new BooleanProperty( false );
public readonly animatingProperty = new BooleanProperty( false );

// A TransformTracker that will watch for changes to the targetNode's global transformation matrix, used to keep
// the targetNode in view during animation.
Expand Down

0 comments on commit 93246e4

Please sign in to comment.