ANIMATION MADE SIMPLE

ESAP

EASY ANIMATIONS

Transform your React / Nextjs applications with powerful animations made beautifully simple. No complex setup required.

hero.jsx
const fadeRef = useEaseIn();
return (
<h1 ref={fadeRef}>
✨ Animation magic happens here
</h1>
);