feat(text-animations): add GlitchText component

This commit is contained in:
Sahil David
2025-07-12 15:52:35 +01:00
parent af0fa8cc31
commit 2b394c9aae
7 changed files with 313 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ const textAnimations = {
'true-focus': () => import("../demo/TextAnimations/TrueFocusDemo.vue"),
'scroll-float': () => import("../demo/TextAnimations/ScrollFloatDemo.vue"),
'scroll-reveal': ()=> import("../demo/TextAnimations/ScrollRevealDemo.vue"),
'rotating-text': ()=> import("../demo/TextAnimations/RotatingTextDemo.vue")
'rotating-text': ()=> import("../demo/TextAnimations/RotatingTextDemo.vue"),
'glitch-text': () => import("../demo/TextAnimations/GlitchTextDemo.vue"),
};
const components = {