Skip to content

Commit

Permalink
fix(Modal): fix close animation (#483)
Browse files Browse the repository at this point in the history
amje authored Jan 18, 2023
1 parent cd345a1 commit e4df040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/Modal.scss
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ $block: '.#{variables.$ns}modal';
&,
&__content {
animation-timing-function: ease-out;
animation-fill-mode: forwards;
outline: none;
}

0 comments on commit e4df040

Please sign in to comment.