Added <StickerPeel /> animation

This commit is contained in:
Utkarsh-Singhal-26
2025-07-22 19:01:14 +05:30
parent b5024c46af
commit 0b2321c7c3
5 changed files with 578 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ const animations = {
'shape-blur': () => import('../demo/Animations/ShapeBlurDemo.vue'),
'target-cursor': () => import('../demo/Animations/TargetCursorDemo.vue'),
'crosshair': () => import('../demo/Animations/CrosshairDemo.vue'),
'sticker-peel': () => import('../demo/Animations/StickerPeelDemo.vue'),
};
const textAnimations = {