Is there a way to make dismissed alert in bootstrap have an animation like fade out?
I added the class .fade
to the code:
<div class="alert alert-info fade alert-dismissable">
<p><b>Gracias</b> por ponerte en contacto! Responderé a tu correo lo más pronto posible.</p>
</div>
But it doesn't work. Any help will be appreciated!
you can add '.in' class, alert fade out.
<div class="alert alert-info fade in">
<a class="close" data-dismiss="alert" href="#">×</a>
<p>message</p>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With