Merge pull request #64 from Gazoon007/feat/variable-proximity

Create <VariableProximity /> text animation
This commit is contained in:
David
2025-07-25 17:09:40 +03:00
committed by GitHub
5 changed files with 389 additions and 1 deletions

View File

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