From 2c8029eaf1a2af67ede01c241de496aeecf4198c Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 26 Sep 2024 14:00:58 -0500 Subject: [PATCH] EVEN MORE TESTING!! --- static/root.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/root.css b/static/root.css index d8073d5..6e4beff 100644 --- a/static/root.css +++ b/static/root.css @@ -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;