From eefc38d562774bab83e4f51208832bc2e38394ee Mon Sep 17 00:00:00 2001 From: gbanyan Date: Wed, 19 Nov 2025 01:46:37 +0800 Subject: [PATCH] Add glow and animation to timeline --- components/timeline-wrapper.tsx | 15 ++++++++++++--- styles/globals.css | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/components/timeline-wrapper.tsx b/components/timeline-wrapper.tsx index 11fdd32..27b2154 100644 --- a/components/timeline-wrapper.tsx +++ b/components/timeline-wrapper.tsx @@ -10,11 +10,20 @@ export function TimelineWrapper({ children, className }: TimelineWrapperProps) { const items = Children.toArray(children); return (
-