We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ed04e commit cbdb798Copy full SHA for cbdb798
src/components/modal/QModal.js
@@ -46,7 +46,7 @@ function additionalCSS (position) {
46
}
47
48
let
49
- duration = 200, // in ms -- synch with transition CSS from Modal
+ duration = 2000, // in ms -- synch with transition CSS from Modal
50
openedModalNumber = 0
51
52
export default {
src/components/modal/modal.mat.styl
@@ -62,7 +62,7 @@ maximized-modal()
62
transform scale(.8)
63
64
.modal, .modal-content
65
- transition all .2s ease-in-out
+ transition all 2s ease-in-out
66
67
.modal-header
68
text-align $modal-header-text-align
0 commit comments