Reveal on Hover

NewPremium

Text that reveals an image on hover, following the cursor position with spring animations.

effectshoverrevealimagecursor

Installation

Terminalbash
npx motioncraft add reveal-on-hover

Usage

reveal-on-hover.tsxtsx
import { RevealOnHover } from "@/components/effects/reveal-on-hover";

<RevealOnHover text="Hover Me" imageSrc="/reveal.jpg" />

Props

PropTypeDefaultDescription
text*stringDisplay text
imageSrc*stringImage URL to reveal
imageAltstringImage alt text
imageWidthnumber300Revealed image width
imageHeightnumber400Revealed image height
classNamestringAdditional CSS classes

Related Components