[ADDED: TEXT TYPE ANIMATION]

This commit is contained in:
Purshottam Jain
2025-07-21 12:56:16 +05:30
parent 6f7b18429b
commit d3187f71c7
5 changed files with 417 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ const textAnimations = {
'rotating-text': () => import("../demo/TextAnimations/RotatingTextDemo.vue"),
'glitch-text': () => import("../demo/TextAnimations/GlitchTextDemo.vue"),
'scroll-velocity': () => import("../demo/TextAnimations/ScrollVelocityDemo.vue"),
'text-type': () => import("../demo/TextAnimations/TextTypeDemo.vue"),
};
const components = {