angular-flash icon indicating copy to clipboard operation
angular-flash copied to clipboard

Animations don't work

Open Kuzmin opened this issue 11 years ago • 1 comments

I have the following HTML:

<div flash-alert="success" active-class="in alert" class="fade">
  <strong class="alert-heading">Hurra!</strong>
  <span class="alert-message">{{flash.message}}</span>
</div>

When the alert is removed it doesn't fade out as expected, instead it just disappears. Any way to fix this?

Kuzmin avatar Jun 19 '14 08:06 Kuzmin

Hi @Kuzmin,

Have you tried out https://github.com/wmluke/angular-flash#css-transition-quirks?

Let me know how it goes.

Thanks, Luke

wmluke avatar Jun 22 '14 23:06 wmluke