Ported firefish crop and fade mfm

This commit is contained in:
Leah 2024-05-23 21:40:25 +00:00 committed by Amelia Yukii
parent 3d0bf928a7
commit f9a7cd0daa
5 changed files with 73 additions and 2 deletions

View file

@ -698,3 +698,12 @@ rt {
0% { filter: hue-rotate(0deg) contrast(150%) saturate(150%); }
100% { filter: hue-rotate(360deg) contrast(150%) saturate(150%); }
}
@keyframes mfm-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}