From 91c6544f0c3508860d8b9ed644630b9e7bd32d06 Mon Sep 17 00:00:00 2001 From: BunyodL Date: Sun, 27 Apr 2025 18:54:17 +0500 Subject: [PATCH] fix: adjust timeline animation --- src/widgets/about-page/company-timeline.tsx | 22 +++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/widgets/about-page/company-timeline.tsx b/src/widgets/about-page/company-timeline.tsx index 14aabd8..4ea937d 100644 --- a/src/widgets/about-page/company-timeline.tsx +++ b/src/widgets/about-page/company-timeline.tsx @@ -74,18 +74,22 @@ export function CompanyTimeline() { data-aos='zoom-in-down' >
- +

{event.year}

{event.title}

{event.description}

@@ -94,8 +98,8 @@ export function CompanyTimeline() {
-
-
+
+
))} @@ -105,16 +109,18 @@ export function CompanyTimeline() {