Merge branch 'main' into feat/scroll-stack

This commit is contained in:
David
2025-07-23 22:09:11 +03:00
committed by GitHub
10 changed files with 660 additions and 13 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 = {