Skip to content

Commit cbdb798

Browse files
committed
Revert "chore: remove some debugging"
This reverts commit e1ed04e.
1 parent e1ed04e commit cbdb798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/modal/QModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function additionalCSS (position) {
4646
}
4747

4848
let
49-
duration = 200, // in ms -- synch with transition CSS from Modal
49+
duration = 2000, // in ms -- synch with transition CSS from Modal
5050
openedModalNumber = 0
5151

5252
export default {

src/components/modal/modal.mat.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ maximized-modal()
6262
transform scale(.8)
6363

6464
.modal, .modal-content
65-
transition all .2s ease-in-out
65+
transition all 2s ease-in-out
6666

6767
.modal-header
6868
text-align $modal-header-text-align

0 commit comments

Comments
 (0)