Added <GradualBlur /> Animation

This commit is contained in:
Utkarsh-Singhal-26
2025-08-28 15:04:12 +05:30
parent 2f685601a3
commit 486be44c48
6 changed files with 616 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ const animations = {
'crosshair': () => import('../demo/Animations/CrosshairDemo.vue'),
'sticker-peel': () => import('../demo/Animations/StickerPeelDemo.vue'),
'electric-border': () => import('../demo/Animations/ElectricBorderDemo.vue'),
'gradual-blur': () => import('../demo/Animations/GradualBlurDemo.vue'),
};
const textAnimations = {