From 0731f607b1f4ec4c8425ee815ab32d7195a8393a Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sun, 12 Jul 2026 21:15:23 +0200 Subject: [PATCH] Revert "tzrf" This reverts commit ca702c9e5d33cd70127f4f55777d39e599793a90. --- public/s/css/f0ckm.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 285e1ab..80d9b3b 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -7172,6 +7172,24 @@ button#togglebg { animation: none; } +/* ─── Posts Grid Skeleton: shimmer on real items while thumbnail loads ─────── */ +div.posts>a.lazy-thumb:not(.loaded) { + background: linear-gradient(90deg, + rgba(255, 255, 255, 0.04) 0%, + rgba(255, 255, 255, 0.10) 40%, + rgba(255, 255, 255, 0.04) 80%); + background-size: 600px 100%; + animation: skeleton-shimmer 1.6s ease-in-out infinite; +} + +/* Stagger shimmer phases so items feel alive individually */ +div.posts>a.lazy-thumb:not(.loaded):nth-child(3n+2) { + animation-delay: 0.2s; +} + +div.posts>a.lazy-thumb:not(.loaded):nth-child(3n+3) { + animation-delay: 0.4s; +} /* Make individual item entry subtler and faster for infinite scroll */