Skip to content

Commit

Permalink
Migrate to new control flow syntax #10134
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Feb 28, 2024
1 parent 2fe4041 commit 754404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fab-speed-dial/src/lib/fab-speed-dial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class EcoFabSpeedDialActionsComponent implements AfterContentInit {
this.changeElementStyle(hostElement, 'opacity', '1');
this.changeElementStyle(hostElement, 'transform', transform);
});
}, 50); // Be sure that *ngIf can show elements before trying to animate them
}, 50); // Be sure that @if can show elements before trying to animate them
}

private resetAnimationState(): void {
Expand Down

0 comments on commit 754404d

Please sign in to comment.