bootstrap tutorial - How to remove slide down effect from Bootstrap modal - bootstrap examples - bootstrap templates - bootstrap 3
Answer: Remove the fade Class from Modal
By default, on activation the Bootstrap modal window is displayed after a short slide down transition. However, if you don't like this and want to remove the animation just take out the fade class from the .modal element. Here's an example.