We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe4041 commit 754404dCopy full SHA for 754404d
projects/fab-speed-dial/src/lib/fab-speed-dial.ts
@@ -106,7 +106,7 @@ export class EcoFabSpeedDialActionsComponent implements AfterContentInit {
106
this.changeElementStyle(hostElement, 'opacity', '1');
107
this.changeElementStyle(hostElement, 'transform', transform);
108
});
109
- }, 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
110
}
111
112
private resetAnimationState(): void {
0 commit comments