add and close #12

Took 1 hour 46 minutes
This commit is contained in:
2023-02-02 14:28:09 +01:00
parent a021d25332
commit 937f825e82
13 changed files with 135 additions and 89 deletions

View File

@ -63,12 +63,12 @@
.modalBlendIn {
animation: modalBlendIn 0.5s forwards;
animation: modalBlendIn 0.4s forwards;
}
.modalBlendOut {
animation: modalBlendOut 0.8s forwards;
animation: modalBlendOut 0.4s forwards;
}