From 3fcc2bf0ea5fe2ba6a33360aeea1a7c02d2bf149 Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:41:33 +0200 Subject: [PATCH] feat: add smooth animations and sticky headers for series navigation Add CSS animations for row entries, download pulse effects, and progress bar shimmer. Implement sticky positioning for series summaries and season dividers with backdrop blur effects. Add hover transitions for navigation buttons and badges. Include intersection observer to highlight currently scrolled series with visual indicator. Add prefers-reduced-motion media query for accessibility. --- templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/index.html b/templates/index.html index a10bda4..60fff8d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,9 +47,14 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)}