From 0c6132a2b9f721d410ce322516975f5ffa1a9df8 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Tue, 14 Jul 2026 20:58:09 +0200 Subject: [PATCH] testing lazyload shit --- public/s/css/f0ckm.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 64a0392..42a1bdd 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -7107,15 +7107,9 @@ div.posts>a.lazy-thumb:not(.loaded) { background: rgba(255, 255, 255, 0.05); } -/* Once loaded: apply real image and briefly fade in */ +/* Once loaded: apply real image instantly */ div.posts>a.thumb.loaded { background-image: var(--thumb-bg); - animation: thumb-reveal 0.25s ease-out both; -} - -@keyframes thumb-reveal { - from { opacity: 0.5; } - to { opacity: 1; } } /* Ensure child elements (labels, indicators) stay above the background */