IM STILL SO CONFUSED

This commit is contained in:
bingus_violet 2024-09-26 13:51:57 -05:00
parent 66ba7437f7
commit fe0940ce4f

View file

@ -117,10 +117,11 @@ img:not(.project-inner > div > img):not(.activity>img) {
@keyframes fadeDelay { @keyframes fadeDelay {
0% { 0% {
opacity: 0; opacity: 0;
transform: translateY(25vh);
display: none; display: none;
} }
90% { 66% {
opacity: 0; opacity: 0;
transform: translateY(25vh); transform: translateY(25vh);
display: none; display: none;