Merge pull request #36 from Utkarsh-Singhal-26/fix/animation

[ FIX ] : Rearrange <ShapeBlur /> from Backgrounds to Animations
This commit is contained in:
David
2025-07-18 15:13:13 +03:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ const animations = {
'blob-cursor': () => import('../demo/Animations/BlobCursorDemo.vue'),
'meta-balls': () => import('../demo/Animations/MetaBallsDemo.vue'),
'image-trail': () => import('../demo/Animations/ImageTrailDemo.vue'),
'shape-blur': () => import('../demo/Animations/ShapeBlurDemo.vue'),
};
const textAnimations = {
@@ -75,7 +76,6 @@ const backgrounds = {
'beams': () => import('../demo/Backgrounds/BeamsDemo.vue'),
'grid-motion': () => import('../demo/Backgrounds/GridMotionDemo.vue'),
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue'),
'shape-blur': () => import('../demo/Backgrounds/ShapeBlurDemo.vue'),
'balatro': () => import('../demo/Backgrounds/BalatroDemo.vue'),
'orb': () => import('../demo/Backgrounds/OrbDemo.vue'),
'ballpit': () => import('../demo/Backgrounds/BallpitDemo.vue'),