Merge branch 'main' into feat/animations-noise

This commit is contained in:
Sayed Tashinoor Rahman
2025-07-14 00:49:59 +06:00
committed by GitHub
6 changed files with 470 additions and 1 deletions

View File

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