smoother modal fade-in animation
This commit is contained in:
parent
1b3347a3db
commit
e152b143e6
@ -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