Migrate ScrollVelocity component

This commit is contained in:
David Haz
2025-07-18 15:11:59 +03:00
parent 94c4cdd704
commit 20e76e75cf
6 changed files with 397 additions and 2 deletions

View File

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