Skip to content

Commit bf8e1ef

Browse files
committed
fix(toast): show animation not working
1 parent d2c4ad9 commit bf8e1ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/coreui-angular/src/lib/toast/toast/toast.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ export class ToastComponent implements OnInit, OnDestroy {
172172
get hostClasses(): any {
173173
return {
174174
toast: true,
175-
fade: this.fade,
176-
show: !this.hide,
175+
show: true,
177176
[`bg-${this.color}`]: !!this.color,
178177
'border-0': !!this.color
179178
};

0 commit comments

Comments
 (0)