From 7458b921be7278eac9b276b5de251f3dc8c3191d Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:44:46 +0200 Subject: [PATCH] feat: add expand animation and chevron indicator for collapsible series MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add smooth expand animation with cubic-bezier easing when opening series details. Add rotating chevron indicator (⌄) to series summary that changes color and rotates 180° when expanded. Animation includes fade-in, translateY, and scaleY transform from top center origin. --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index c73065b..87a1906 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,6 +48,7 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)}