Answer the question
In order to leave comments, you need to log in
How to make the modal window in Bootstrap 3 slide out to the right instead of the top?
I use angular-ui and the modal window in it always leaves from above. How can you change the animation?
Answer the question
In order to leave comments, you need to log in
After a long googling in English, I found a suitable answer:
.modal.fade:not(.in) .modal-dialog {
-webkit-transform: translate3d(25%, 0, 0);
transform: translate3d(25%, 0, 0);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question