-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathblockscroll.jquery.json
38 lines (38 loc) · 1.19 KB
/
blockscroll.jquery.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
29
30
31
32
33
34
35
36
37
38
{
"name": "blockscroll",
"title": "BlockScroll for presentations",
"description": "It takes each element and turns it into a full-page element stacked on top of each other. The user can then go through one at a time using the keyboard or scroll, or go to a specific one. Transitions between elements have animated scroll so it looks very smooth and modern. See the demo!",
"keywords": [
"scroll",
"presentation",
"fullscreen",
"powerpoint",
"slides",
"smooth",
"full-page"
],
"version": "1.0.3",
"author": {
"name": "Dominik Gorecki",
"email": "[email protected]",
"url": "http://www.dominikgorecki.com"
},
"maintainers": [
{
"name": "Dominik Gorecki",
"email": "[email protected]",
"url": "http://www.dominikgorecki.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "http://www.dominikgorecki.com/download/block-scroll/",
"docs": "http://www.dominikgorecki.com/download/block-scroll/",
"dependencies": {
"jquery": ">=1.5"
}
}