EVEN MORE TESTING!!

This commit is contained in:
bingus_violet 2024-09-26 14:00:58 -05:00
parent fe0940ce4f
commit 2c8029eaf1

View file

@ -99,11 +99,10 @@ img:not(.project-inner > div > img):not(.activity>img) {
/* height: 4rem; */
}
50% {
/* 50% {
opacity: 1;
/* height: 4rem; */
transform: translateY(calc(50vh - 6rem)) scale(1.25);
}
} */
100% {
transform: translateY(0) scale(1);
@ -115,13 +114,13 @@ img:not(.project-inner > div > img):not(.activity>img) {
}
@keyframes fadeDelay {
0% {
/* 0% {
opacity: 0;
transform: translateY(25vh);
display: none;
}
} */
66% {
0% {
opacity: 0;
transform: translateY(25vh);
display: none;