Eagle Vision
A cursor-following targeting effect inspired by Assassin’s Creed. The rings change size and color based on proximity to a target element, creating an immersive “lock-on” experience.
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/eagle-vision.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy the code into components/ui/eagle-vision.tsx
Usage
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| EagleVision | component | - | Renders cursor-following targeting rings |
| EagleVisionTarget | component | - | Wrapper for target element |
