From 34601135dc8daabc713db674b23878103e9f0d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=94=E5=B1=88=E5=B7=B4=E5=B7=B4=E7=9A=84=E9=99=88?= =?UTF-8?q?=E6=9F=90?= <144582309+chen-lil@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:22:20 +0800 Subject: [PATCH 1/5] Fix syntax error in blurTextCode.ts --- src/constants/code/TextAnimations/blurTextCode.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/code/TextAnimations/blurTextCode.ts b/src/constants/code/TextAnimations/blurTextCode.ts index 0eecda1..c4e998c 100644 --- a/src/constants/code/TextAnimations/blurTextCode.ts +++ b/src/constants/code/TextAnimations/blurTextCode.ts @@ -21,7 +21,7 @@ export const blurText = createCodeObject(code, 'TextAnimations/BlurText', { import BlurText from "./BlurText.vue"; const handleAnimationComplete = () => { - console.log('All animations complete!');, -}); + console.log('All animations complete!'); +}; ` }); From 1ccfe8f3c57be487633b2039a6038283ea4213a4 Mon Sep 17 00:00:00 2001 From: Utkarsh-Singhal-26 Date: Sat, 10 Jan 2026 11:56:40 +0530 Subject: [PATCH 2/5] [ 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 @@