diff options
| author | Mark Otto <[email protected]> | 2015-08-12 21:14:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-12 21:14:59 -0700 |
| commit | 699f307112f39d1c0827b80fe07175906be07241 (patch) | |
| tree | 398221ecc013c11517eae52a600fe1a2d21d8841 | |
| parent | b1a74195c8c2a9a103b7a167122bbce68e5c67e2 (diff) | |
| download | bootstrap-699f307112f39d1c0827b80fe07175906be07241.tar.xz bootstrap-699f307112f39d1c0827b80fe07175906be07241.zip | |
fix fat's broke js... jk it was my shitty css
| -rw-r--r-- | scss/_modal.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index ce3b3e80c..3eb193a16 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -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); } } |
