Skip to content

Commit 376d896

Browse files
committed
released 2.0.8
1 parent b0e27ae commit 376d896

14 files changed

+76
-117
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.7</a> [![Build Status](https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master)](https://travis-ci.org/janpaepke/ScrollMagic)
1+
# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.8</a> [![Build Status](https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master)](https://travis-ci.org/janpaepke/ScrollMagic)
22

33
### The javascript library for magical scroll interactions.
44

@@ -82,15 +82,15 @@ npm install scrollmagic
8282
If you don't want to host ScrollMagic yourself, you can include it from [cdnjs](https://cdnjs.com/libraries/ScrollMagic):
8383

8484
```
85-
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js
85+
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js
8686
```
8787

8888
All plugins and uncompressed files are also available on cdnjs.
8989
For example:
9090

9191
```
92-
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.js
93-
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js
92+
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.js
93+
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.min.js
9494
```
9595

9696
## Installation

bower.json

+7-72
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,18 @@
11
{
22
"name": "scrollmagic",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "The javascript library for magical scroll interactions.",
55
"homepage": "http://ScrollMagic.io",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/janpaepke/ScrollMagic.git"
99
},
10-
"authors": [
11-
{
12-
"name": "Jan Paepke",
13-
"homepage": "http://www.janpaepke.de"
14-
}
15-
],
10+
"authors": [{
11+
"name": "Jan Paepke",
12+
"homepage": "http://www.janpaepke.de"
13+
}],
1614
"main": "scrollmagic/uncompressed/ScrollMagic.js",
17-
"keywords": [
18-
"scroll",
19-
"scrolling",
20-
"animation",
21-
"sticky",
22-
"pin",
23-
"fixed",
24-
"scrollbar",
25-
"scrub",
26-
"sync",
27-
"position",
28-
"progress",
29-
"parallax",
30-
"events",
31-
"classes",
32-
"jquery-plugin",
33-
"ecosystem:jquery",
34-
"scroll",
35-
"scrolling",
36-
"animation",
37-
"sticky",
38-
"pin",
39-
"fixed",
40-
"scrollbar",
41-
"scrub",
42-
"sync",
43-
"position",
44-
"progress",
45-
"parallax",
46-
"events",
47-
"classes",
48-
"jquery-plugin",
49-
"ecosystem:jquery",
50-
"scroll",
51-
"scrolling",
52-
"animation",
53-
"sticky",
54-
"pin",
55-
"fixed",
56-
"scrollbar",
57-
"scrub",
58-
"sync",
59-
"position",
60-
"progress",
61-
"parallax",
62-
"events",
63-
"classes",
64-
"jquery-plugin",
65-
"ecosystem:jquery"
66-
],
67-
"ignore": [
68-
"**/.*",
69-
"css",
70-
"dev",
71-
"docs",
72-
"examples",
73-
"img",
74-
"js",
75-
"index.html",
76-
"gulpfile.js",
77-
"CONTRIBUTING.md",
78-
"CHANGELOG.md",
79-
"package.json",
80-
"ScrollMagic.jquery.json"
81-
],
15+
"keywords": ["scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery"],
16+
"ignore": ["**/.*", "css", "dev", "docs", "examples", "img", "js", "index.html", "gulpfile.js", "CONTRIBUTING.md", "CHANGELOG.md", "package.json", "ScrollMagic.jquery.json"],
8217
"license": ["MIT", "GPL-3.0+"]
8318
}

dev/build/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.0.7",
3-
"lastupdate": "2019-05-07",
2+
"version": "2.0.8",
3+
"lastupdate": "2020-08-14",
44
"info": {
55
"description": "The javascript library for magical scroll interactions.",
66
"homepage": "http://ScrollMagic.io",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scrollmagic",
33
"title": "ScrollMagic",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"description": "The javascript library for magical scroll interactions.",
66
"author": {
77
"name": "Jan Paepke",
@@ -55,7 +55,7 @@
5555
"start": "node ./node_modules/gulp/bin/gulp open-demo"
5656
},
5757
"homepage": "http://ScrollMagic.io",
58-
"keywords": ["scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery"],
58+
"keywords": ["scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery", "scroll", "scrolling", "animation", "sticky", "pin", "fixed", "scrollbar", "scrub", "sync", "position", "progress", "parallax", "events", "classes", "jquery-plugin", "ecosystem:jquery"],
5959
"bugs": "https://github.com/janpaepke/ScrollMagic/issues",
6060
"files": ["scrollmagic", "LICENSE.md", "README.md"]
6161
}

scrollmagic/minified/ScrollMagic.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/minified/plugins/animation.gsap.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/minified/plugins/animation.velocity.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/minified/plugins/debug.addIndicators.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/minified/plugins/jquery.ScrollMagic.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrollmagic/uncompressed/ScrollMagic.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* ScrollMagic v2.0.7 (2019-05-07)
2+
* ScrollMagic v2.0.8 (2020-08-14)
33
* The javascript library for magical scroll interactions.
4-
* (c) 2019 Jan Paepke (@janpaepke)
4+
* (c) 2020 Jan Paepke (@janpaepke)
55
* Project Website: http://scrollmagic.io
66
*
7-
* @version 2.0.7
7+
* @version 2.0.8
88
* @license Dual licensed under MIT license and GPL.
99
* @author Jan Paepke - e-mail@janpaepke.de
1010
*
@@ -31,10 +31,12 @@
3131
_util.log(2, '(COMPATIBILITY NOTICE) -> As of ScrollMagic 2.0.0 you need to use \'new ScrollMagic.Controller()\' to create a new controller instance. Use \'new ScrollMagic.Scene()\' to instance a scene.');
3232
};
3333

34-
ScrollMagic.version = "2.0.7";
34+
ScrollMagic.version = "2.0.8";
3535

3636
// TODO: temporary workaround for chrome's scroll jitter bug
37-
window.addEventListener("mousewheel", function () {});
37+
if (typeof (window) !== 'undefined') {
38+
window.addEventListener("mousewheel", void(0));
39+
}
3840

3941
// global const
4042
var PIN_SPACER_ATTRIBUTE = "data-scrollmagic-pin-spacer";

0 commit comments

Comments
 (0)