Add Crosshair animation component

This commit is contained in:
onmax
2025-07-19 12:54:17 +02:00
parent 8cc0e53874
commit f2dde88db5
5 changed files with 413 additions and 1 deletions

View File

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