The problem is that fade has opactiy 0 by default in bootstrap.css
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
above the record if you need or use fade's modal . Hope it helps !!!
source
share