Skip to content

Commit

Permalink
Merge pull request #811 from sebgroup/develop
Browse files Browse the repository at this point in the history
next release
  • Loading branch information
eweseong authored Mar 30, 2023
2 parents 6e32f54 + 4804e85 commit f9b7df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/Modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ $modal-lg-width: 800px;
height: 0;
background-color: rgba(black, 0.6);
transition: opacity 200ms linear;
transition: visibility 200ms ease-in-out;
visibility: hidden;

> .modal-dialog {
margin: 0;
Expand All @@ -21,6 +23,7 @@ $modal-lg-width: 800px;

&.show {
animation: fade-in-modal-container 200ms forwards;
visibility: visible;
}
&.hide {
animation: fade-out-modal-container 400ms forwards;
Expand Down

0 comments on commit f9b7df0

Please sign in to comment.