gsap-helper
Version:
Animate elements on scroll with GSAP
26 lines (22 loc) • 458 B
JSON
{
"name": "gsap-helper",
"version": "1.0.2",
"description": "Animate elements on scroll with GSAP",
"main": "src/animateOnScroll.js",
"scripts": {
},
"exports": {
".": "./animateOnScroll.js"
},
"keywords": [
"gsap",
"scroll-trigger",
"animation"
],
"type": "module",
"author": "sawacrow",
"license": "MIT",
"dependencies": {
"gsap": "^3.11.4"
}
}