Merge pull request #125 from Gazoon007/feat/shuffle

Create <Shuffle /> text animation
This commit is contained in:
David
2025-12-30 11:55:38 +02:00
committed by GitHub
7 changed files with 687 additions and 0 deletions

View File

@@ -401,6 +401,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': {