Merge pull request #43 from onmax/crosshair

Add Crosshair animation component
This commit is contained in:
David
2025-07-19 15:00:05 +03:00
committed by GitHub
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 = {