[ FIX ] : CountUp Position in Information.ts

This commit is contained in:
Utkarsh Singhal
2026-01-11 21:34:16 +05:30
committed by GitHub
parent 62e843cf9a
commit 5df1f898de

View File

@@ -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.',