text-scroll-animation
v0.0.1
Published
An Astro component that animates each letter of a fixed text with a smooth fade-in color effect triggered by the user's scrolling
Maintainers
Readme
text-scroll-animation
An Astro component that animates each letter of a fixed text with a smooth fade-in color effect triggered by the user's scrolling
Installation 📖
# You can intall with npm
npm install text-scroll-animation
# or with yarn
yarn add text-scroll-animation
# or with pnpm
pnpm add text-scroll-animationUsage ⚙️
---
import TextScrollAnimation from 'text-scroll-animation';
---
<TextScrollAnimation text="Your text..." />
