Colorful Cursor Aura
Three colored masks follow the pointer through bold typography with staggered easing.
Move across the lettering to reveal the colored aura.
Component preview
Install using CLI
npx shadcn@latest add "https://www.obsidianui.dev/r/colorful-cursor-aura.json"Usage
Code
"use client";
import { ColorfulCursorAura } from "@/components/block/colorful-cursor-aura";
export default function Demo() {
return <ColorfulCursorAura height={400} text="ObsidianUI, in full color." />;
}Install Manually
1
Install dependencies
npm install clsx gsap motion tailwind-merge
2
Copy the source code
Copy into components/block/colorful-cursor-aura.jsx
3
Add the supporting file
Copy into lib/utils.ts
Preview behavior
Move across the lettering to reveal the colored aura. The effect stays inside its container and respects reduced motion preferences.
Last updated on