Add Scramble Text

This commit is contained in:
onmax
2025-07-12 18:46:56 +02:00
parent 963be5986b
commit f12e92b42a
5 changed files with 268 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ const textAnimations = {
'falling-text': () => import("../demo/TextAnimations/FallingTextDemo.vue"),
'text-cursor': () => import("../demo/TextAnimations/TextCursorDemo.vue"),
'decrypted-text': () => import("../demo/TextAnimations/DecryptedTextDemo.vue"),
'scramble-text': () => import("../demo/TextAnimations/ScrambleTextDemo.vue"),
};
const components = {