Merge branch 'modals' into 'master'
smoother modal fade-in animation See merge request !142
This commit is contained in:
commit
f25b34ea97
@ -13,7 +13,9 @@
|
|||||||
color: var(--color-font);
|
color: var(--color-font);
|
||||||
padding: 0 65px 0 20px;
|
padding: 0 65px 0 20px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
transition: all .15s ease;
|
transition:
|
||||||
|
opacity .2s .1s ease-in-out,
|
||||||
|
transform .3s ease-in-out;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user