Closing animation for settings.

This commit is contained in:
Paul
2021-08-01 21:08:42 +01:00
parent 28577a3cdc
commit 7f107a739d
2 changed files with 21 additions and 7 deletions

View File

@@ -69,6 +69,10 @@
height: 100%;
position: fixed;
animation: open 0.18s ease-out, opacity 0.18s;
&.closing {
animation: close 0.18s ease-in;
}
}
.settings {