1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02:00

fix fat's broke js... jk it was my shitty css

This commit is contained in:
Mark Otto
2015-08-12 21:14:59 -07:00
parent b1a74195c8
commit 699f307112

View File

@@ -31,7 +31,8 @@
// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
transform: transition .3s ease-out, translate(0, -25%);
transform: translate(0, -25%);
transition: transform .3s ease-out;
}
&.in .modal-dialog { transform: translate(0, 0); }
}