Skip to content

Commit

Permalink
a bit of cleanup, #95
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 14, 2023
1 parent 713afe9 commit c1b5953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/common/view/GraphSetsAnimator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,8 @@ export default class GraphSetsAnimator {

// Stop any animations that are in progress.
this.fadeOutAnimation && this.fadeOutAnimation.stop();
this.fadeOutAnimation = null;
this.fadeInAnimation && this.fadeInAnimation.stop();
this.fadeInAnimation = null;
this.translationAnimation && this.translationAnimation.stop();
this.translationAnimation = null;

// Compute positions for GraphNodes in the new set.
const x = newGraphNodes[ 0 ].x;
Expand Down

0 comments on commit c1b5953

Please sign in to comment.