forked from terwanerik/ScrollTrigger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "scrolltrigger-classes",
"version": "0.3.6",
"description": "Triggers classes on html elements based on the scroll position. It makes use of requestAnimationFrame so it doesn't jack the users scroll, that way the user / browser keeps their original scroll behaviour. Animations run when the browser is ready for it.",
"main": "ScrollTrigger.min.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terwanerik/ScrollTrigger.git"
},
"keywords": [
"scroll",
"trigger",
"animation",
"css3"
],
"author": "Erik Terwan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/terwanerik/ScrollTrigger/issues"
},
"homepage": "https://github.com/terwanerik/ScrollTrigger#readme"
}