mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 03:39:24 +00:00
Rearrange app directory structure
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
@keyframes fade-in {
|
||||
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@keyframes fade-out {
|
||||
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user