Twitter Bootstrap modal: How to remove Slide down effect

前端 未结 16 2192
野趣味
野趣味 2020-12-07 11:38

Is there a way to change the Twitter Bootstrap Modal window animation from a slide down effect to a fadeIn or just display without the Slide? I read through the documentatio

16条回答
  •  暖寄归人
    2020-12-07 12:25

    The question was clear: remove only the slide: Here is how to change it in Bootstrap v3

    In modals.less comment out the translate statement:

    &.fade .modal-dialog {
      //   .translate(0, -25%);
    

提交回复
热议问题