Skip to content

Commit 0c351e8

Browse files
committed
add tags and description
1 parent d60f7cc commit 0c351e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
"trailingComma": "es5"
3939
},
4040
"name": "parallax-controller",
41+
"description": "Core classes and controller for creating parallax scrolling effects",
42+
"keywords": [
43+
"scroll",
44+
"effects",
45+
"parallax",
46+
"animation",
47+
"transform",
48+
"translate",
49+
"rotate",
50+
"scale",
51+
"opacity"
52+
],
4153
"author": "J Scott Smith",
4254
"module": "dist/parallax-controller.esm.js",
4355
"size-limit": [

0 commit comments

Comments
 (0)