This commit is contained in:
2024-02-09 19:46:26 +05:00
parent 42f07f410e
commit 8f43e95057
33 changed files with 970 additions and 230 deletions
+15
View File
@@ -0,0 +1,15 @@
.entering {
opacity: 1;
}
.entered {
opacity: 1;
}
.exiting {
opacity: 0;
}
.exited {
opacity: 0;
}