trigger-animations
Version:
A lightweight animation-on-scroll trigger utility built with **GSAP + ScrollTrigger**. Add animation attributes to your HTML elements and let the script handle the rest.
28 lines • 493 B
JSON
{
"name": "trigger-animations",
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"gsap",
"scroll",
"animation",
"trigger"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Lovepreet Singh",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"gsap": "^3.13.0"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}