@evanwinter/reveal
v1.0.1
Published
React component for revealing content on scroll.
Downloads
105
Readme
@evanwinter/cn
Utility component for revealing content on scroll using Motion scroll animations. Publishing to NPM for my convenience.
Installation
npm i @evanwinter/reveal
Usage
import { Reveal } from "@evanwinter/reveal";
export function Component() {
return (
<Reveal>
<img src="..." alt="..." />
</Reveal>
);
}