Added <BlobCursor /> animation

This commit is contained in:
Utkarsh-Singhal-26
2025-07-13 16:22:51 +05:30
parent f44fbc0c8e
commit b2ca79d4ab
5 changed files with 483 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ const animations = {
'cubes': () => import('../demo/Animations/CubesDemo.vue'),
'count-up': () => import('../demo/Animations/CountUpDemo.vue'),
'splash-cursor': () => import('../demo/Animations/SplashCursorDemo.vue'),
'blob-cursor': () => import('../demo/Animations/BlobCursorDemo.vue'),
};
const textAnimations = {