To solve this problem, use the following:
.modal.fade { transition:opacity .3s linear; }
You can also solve it by forcing the modal to fade in without sliding.
windowClass: 'modal fade in'
To solve this problem, use the following:
.modal.fade { transition:opacity .3s linear; }
You can also solve it by forcing the modal to fade in without sliding.
windowClass: 'modal fade in'