scrollmoo
Version:
ScrollMoo is a pure JavaScript-based tool that lets you create high-performance, scroll-triggered/scroll-driven, keyframed web animations.
37 lines (36 loc) • 976 B
JSON
{
"name": "scrollmoo",
"version": "1.0.7",
"description": "ScrollMoo is a pure JavaScript-based tool that lets you create high-performance, scroll-triggered/scroll-driven, keyframed web animations.",
"homepage": "https://scrollmoo.com",
"main": "dist/scrollmoo.min.js",
"module": "dist/scrollmoo.esm.min.js",
"type": "module",
"exports": {
"require": "./dist/scrollmoo.min.js",
"import": "./dist/scrollmoo.esm.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MarciCzebe/ScrollMoo.git"
},
"keywords": [
"scrollmoo",
"javascript",
"animation",
"scroll",
"scroll-driven",
"scrollreveal",
"scrolltrigger",
"keyframes",
"keyframe-animation",
"reveal-animation",
"matrix",
"matrix3d",
"3d",
"2d"
],
"bugs": "https://github.com/MarciCzebe/ScrollMoo/issues",
"author": "Marci Czebe <info@scrollmoo.com>",
"license": "MIT"
}