From 5df1f898dec7a35f20952a5f6d08702c8c47069c Mon Sep 17 00:00:00 2001 From: Utkarsh Singhal Date: Sun, 11 Jan 2026 21:34:16 +0530 Subject: [PATCH] [ FIX ] : CountUp Position in Information.ts --- src/constants/Information.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/constants/Information.ts b/src/constants/Information.ts index 7e68373..4228e90 100644 --- a/src/constants/Information.ts +++ b/src/constants/Information.ts @@ -214,14 +214,6 @@ export const componentMetadata: ComponentMetadata = { docsUrl: 'https://vue-bits.dev/animations/laser-flow', tags: [] }, - 'Animations/CountUp': { - videoUrl: '/assets/videos/countup.webm', - description: 'Animated number counter supporting formatting and decimals.', - category: 'Animations', - name: 'CountUp', - docsUrl: 'https://vue-bits.dev/text-animations/count-up', - tags: [] - }, 'Animations/PixelTrail': { videoUrl: '/assets/videos/pixeltrail.webm', description: 'Pixel grid trail effect that follows cursor movement with customizable gooey filter.', @@ -241,6 +233,14 @@ export const componentMetadata: ComponentMetadata = { docsUrl: 'https://vue-bits.dev/text-animations/ascii-text', tags: [] }, + 'TextAnimations/CountUp': { + videoUrl: '/assets/videos/countup.webm', + description: 'Animated number counter supporting formatting and decimals.', + category: 'TextAnimations', + name: 'CountUp', + docsUrl: 'https://vue-bits.dev/text-animations/count-up', + tags: [] + }, 'TextAnimations/BlurText': { videoUrl: '/assets/videos/blurtext.webm', description: 'Text starts blurred then crisply resolves for a soft-focus reveal effect.',