Create <PixelTrail /> animation

This commit is contained in:
Alfarish Fizikri
2025-12-26 15:32:50 +07:00
parent b91dd767ac
commit 3981f39c5a
6 changed files with 544 additions and 0 deletions

View File

@@ -222,6 +222,14 @@ export const componentMetadata: ComponentMetadata = {
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.',
category: 'Animations',
name: 'PixelTrail',
docsUrl: 'https://vue-bits.dev/animations/pixel-trail',
tags: []
},
//! Text Animations -------------------------------------------------------------------------------------------------------------------------------