Added <RotatingText /> text animation

This commit is contained in:
Utkarsh-Singhal-26
2025-07-12 18:19:41 +05:30
parent 230f44f6e0
commit 90a41d1469
5 changed files with 429 additions and 2 deletions

View File

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