text-animator-scroll
v1.3.0
Published
A JavaScript library for animating text on scroll
Downloads
11
Maintainers
Readme
Text Animator Scroll
A simple library for animating text on scroll using GSAP and ScrollTrigger.
Installation
You can install the package via npm: npm install text-animator-scroll
Usage
After including the package, simply call the following function to animate text:
import { wrapAllElementsAndAnimate } from 'text-animator-scroll';
wrapAllElementsAndAnimate('.textanimation');