From 1ccfe8f3c57be487633b2039a6038283ea4213a4 Mon Sep 17 00:00:00 2001 From: Utkarsh-Singhal-26 Date: Sat, 10 Jan 2026 11:56:40 +0530 Subject: [PATCH] [ REFACT ] : CountUp from Animations to TextAnimations --- .../landing/FeatureCards/FeatureCards.vue | 2 +- src/constants/Categories.ts | 24 ++++++++++++++----- src/constants/Components.ts | 2 +- .../countUpCode.ts | 4 ++-- .../CountUp/CountUp.vue | 0 .../CountUpDemo.vue | 4 ++-- 6 files changed, 24 insertions(+), 12 deletions(-) rename src/constants/code/{Animations => TextAnimations}/countUpCode.ts (79%) rename src/content/{Animations => TextAnimations}/CountUp/CountUp.vue (100%) rename src/demo/{Animations => TextAnimations}/CountUpDemo.vue (97%) diff --git a/src/components/landing/FeatureCards/FeatureCards.vue b/src/components/landing/FeatureCards/FeatureCards.vue index 17a270b..bd22b2a 100644 --- a/src/components/landing/FeatureCards/FeatureCards.vue +++ b/src/components/landing/FeatureCards/FeatureCards.vue @@ -41,7 +41,7 @@