Skip to content

Commit

Permalink
Remove completed TODO, see #45
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 4, 2022
1 parent ddb1a09 commit 0eee9d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/CardNodeContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ class CardNodeContainer extends Node {
const scaleProperty = new NumberProperty( initialScale );
scaleProperty.link( scale => cardNode.setScaleMagnitude( scale ) );

// TODO: Use Animation.then
const scaleUpAnimation = new Animation( {
duration: 0.2,
targets: [ {
Expand Down

0 comments on commit 0eee9d0

Please sign in to comment.