When it comes to Bootstrap 3 modals, I have a question regarding the fade effect. On my outer modal div, I am using class="modal fade"
to achieve the default fade in/out effect. However, what I really want is for the modal to fade in when opened, but disappear immediately without any fading when closed.
Is there a way to remove the CSS transition when closing the modal while keeping it when opening the modal?