forked from terwanerik/ScrollTrigger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 659 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ScrollTrigger",
"main": "ScrollTrigger.js",
"homepage": "https://github.com/terwanerik/ScrollTrigger",
"authors": [
"Erik Terwan"
],
"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.",
"moduleType": "globals",
"keywords": [
"scroll",
"trigger",
"animation",
"css3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}