Create <Shuffle /> text animation

This commit is contained in:
Alfarish Fizikri
2025-12-26 14:51:48 +07:00
parent b91dd767ac
commit 81306ec59e
7 changed files with 687 additions and 0 deletions

View File

@@ -393,6 +393,14 @@ export const componentMetadata: ComponentMetadata = {
docsUrl: 'https://vue-bits.dev/text-animations/variable-proximity',
tags: []
},
'TextAnimations/Shuffle': {
videoUrl: '/assets/videos/shuffle.webm',
description: 'GSAP-powered slot machine style text shuffle animation with scroll trigger.',
category: 'TextAnimations',
name: 'Shuffle',
docsUrl: 'https://vue-bits.dev/text-animations/shuffle',
tags: []
},
//! Components -------------------------------------------------------------------------------------------------------------------------------
'Components/AnimatedList': {