Closing animation for settings.

This commit is contained in:
Paul
2021-08-01 21:08:42 +01:00
parent f1966b4560
commit fd010ed75e
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 {