Skip to content

Commit

Permalink
built v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Apr 29, 2015
1 parent e4c48da commit ad8b4c2
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG CHANGELOG
========= =========


## 2.0.4 (2015-04-29) ## 2.0.5 (2015-04-29)


#### bugfixes: #### bugfixes:
- a JS error occurred in IE9 [see here](https://github.com/janpaepke/ScrollMagic/issues/289) - a JS error occurred in IE9 [see here](https://github.com/janpaepke/ScrollMagic/issues/289)
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,4 +1,4 @@
# ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.4</a> [![Build Status](https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master)](https://travis-ci.org/janpaepke/ScrollMagic) # ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.5</a> [![Build Status](https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master)](https://travis-ci.org/janpaepke/ScrollMagic)


### The javascript library for magical scroll interactions. [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif "Shut up and take my money!")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BJC8B58XHKLL "Shut up and take my money!") ### The javascript library for magical scroll interactions. [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif "Shut up and take my money!")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BJC8B58XHKLL "Shut up and take my money!")


Expand Down Expand Up @@ -75,15 +75,15 @@ __Option 4: CDN__
If you don't want to host ScrollMagic yourself, you can include it from [cdnjs](https://cdnjs.com/libraries/scrollmagic): If you don't want to host ScrollMagic yourself, you can include it from [cdnjs](https://cdnjs.com/libraries/scrollmagic):


``` ```
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.4/ScrollMagic.min.js http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.min.js
``` ```


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


``` ```
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.4/plugins/debug.addIndicators.js http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/debug.addIndicators.js
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.4/plugins/debug.addIndicators.min.js http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/debug.addIndicators.min.js
``` ```


## Installation ## Installation
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{ {
"name": "scrollmagic", "name": "scrollmagic",
"version": "2.0.4", "version": "2.0.5",
"description": "The javascript library for magical scroll interactions.", "description": "The javascript library for magical scroll interactions.",
"homepage": "http://ScrollMagic.io", "homepage": "http://ScrollMagic.io",
"repository": { "repository": {
Expand Down
2 changes: 1 addition & 1 deletion dev/build/config.json
@@ -1,5 +1,5 @@
{ {
"version": "2.0.4", "version": "2.0.5",
"lastupdate": "2015-04-29", "lastupdate": "2015-04-29",
"info": { "info": {
"description": "The javascript library for magical scroll interactions.", "description": "The javascript library for magical scroll interactions.",
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Expand Up @@ -161,7 +161,7 @@




<section> <section>
<article><h1>ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.4</a> <a href="https://travis-ci.org/janpaepke/ScrollMagic"><img src="https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master" alt="Build Status"></a></h1><h3>The javascript library for magical scroll interactions. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8BJC8B58XHKLL" title="Shut up and take my money!"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Shut up and take my money!"></a></h3><p>ScrollMagic helps you to easily react to the user's current scroll position.<br>It's the perfect library for you, if you want to ...</p> <article><h1>ScrollMagic <a href='https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md' class='version' title='Whats New?'>v2.0.5</a> <a href="https://travis-ci.org/janpaepke/ScrollMagic"><img src="https://api.travis-ci.org/janpaepke/ScrollMagic.svg?branch=master" alt="Build Status"></a></h1><h3>The javascript library for magical scroll interactions. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8BJC8B58XHKLL" title="Shut up and take my money!"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Shut up and take my money!"></a></h3><p>ScrollMagic helps you to easily react to the user's current scroll position.<br>It's the perfect library for you, if you want to ...</p>
<ul> <ul>
<li>animate based on scroll position – either trigger an animation or synchronize it to the scrollbar movement (like a playback scrub control).</li> <li>animate based on scroll position – either trigger an animation or synchronize it to the scrollbar movement (like a playback scrub control).</li>
<li>pin an element starting at a specific scroll position – either indefinitely or for a limited amount of scroll progress (sticky elements).</li> <li>pin an element starting at a specific scroll position – either indefinitely or for a limited amount of scroll progress (sticky elements).</li>
Expand Down Expand Up @@ -197,9 +197,9 @@ <h2>Availability</h2><p>To get your copy of ScrollMagic you have the choice betw
<pre class="prettyprint source lang-bash"><code>git clone git://github.com/janpaepke/ScrollMagic.git</code></pre><p><strong>Option 2: Bower</strong><br>ScrollMagic is also <a href="http://bower.io/search/?q=scrollmagic">available on bower</a> and will only install the necessary source code, ignoring all example and documentation files.<br>Please mind that since they are not core dependencies, you will have to add frameworks like GSAP, jQuery or Velocity manually, should you choose to use them.</p> <pre class="prettyprint source lang-bash"><code>git clone git://github.com/janpaepke/ScrollMagic.git</code></pre><p><strong>Option 2: Bower</strong><br>ScrollMagic is also <a href="http://bower.io/search/?q=scrollmagic">available on bower</a> and will only install the necessary source code, ignoring all example and documentation files.<br>Please mind that since they are not core dependencies, you will have to add frameworks like GSAP, jQuery or Velocity manually, should you choose to use them.</p>
<pre class="prettyprint source lang-bash"><code>bower install scrollmagic</code></pre><p><strong>Option 3: npm</strong><br>If you prefer the <a href="https://www.npmjs.com/package/scrollmagic">node package manager</a>, feel free to use it.<br>Keep in mind that like with bower non-crucial files will be ignored (see above).</p> <pre class="prettyprint source lang-bash"><code>bower install scrollmagic</code></pre><p><strong>Option 3: npm</strong><br>If you prefer the <a href="https://www.npmjs.com/package/scrollmagic">node package manager</a>, feel free to use it.<br>Keep in mind that like with bower non-crucial files will be ignored (see above).</p>
<pre class="prettyprint source lang-bash"><code>npm install scrollmagic</code></pre><p><strong>Option 4: CDN</strong><br>If you don't want to host ScrollMagic yourself, you can include it from <a href="https://cdnjs.com/libraries/scrollmagic">cdnjs</a>:</p> <pre class="prettyprint source lang-bash"><code>npm install scrollmagic</code></pre><p><strong>Option 4: CDN</strong><br>If you don't want to host ScrollMagic yourself, you can include it from <a href="https://cdnjs.com/libraries/scrollmagic">cdnjs</a>:</p>
<pre class="prettyprint source"><code>http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.4/ScrollMagic.min.js</code></pre><p>All plugins and uncompressed files are also available on cdnjs.<br>For example:</p> <pre class="prettyprint source"><code>http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.min.js</code></pre><p>All plugins and uncompressed files are also available on cdnjs.<br>For example:</p>
<pre class="prettyprint source"><code>http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.4/plugins/debug.addIndicators.js <pre class="prettyprint source"><code>http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/debug.addIndicators.js
http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.4/plugins/debug.addIndicators.min.js</code></pre><h2>Installation</h2><p>Include the <strong>core</strong> library in your HTML file:</p> http://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/debug.addIndicators.min.js</code></pre><h2>Installation</h2><p>Include the <strong>core</strong> library in your HTML file:</p>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;js/scrollmagic/uncompressed/ScrollMagic.js&quot;>&lt;/script></code></pre><p>And you're ready to go!<br>For deployment use the minified version <strong>instead</strong>:</p> <pre class="prettyprint source lang-html"><code>&lt;script src=&quot;js/scrollmagic/uncompressed/ScrollMagic.js&quot;>&lt;/script></code></pre><p>And you're ready to go!<br>For deployment use the minified version <strong>instead</strong>:</p>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;js/scrollmagic/minified/ScrollMagic.min.js&quot;>&lt;/script></code></pre><p><em><strong>NOTE:</strong> The logging feature is removed in the minified version due to file size considerations.</em></p> <pre class="prettyprint source lang-html"><code>&lt;script src=&quot;js/scrollmagic/minified/ScrollMagic.min.js&quot;>&lt;/script></code></pre><p><em><strong>NOTE:</strong> The logging feature is removed in the minified version due to file size considerations.</em></p>
<p>To use <strong>plugins</strong> like the indicators visualization, simply include them additionally to the main library:</p> <p>To use <strong>plugins</strong> like the indicators visualization, simply include them additionally to the main library:</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins_animation.gsap.js.html
Expand Up @@ -265,9 +265,9 @@ <h1 class="page-title">Source: plugins/animation.gsap.js</h1>
state = Scene.state(); state = Scene.state();
if (_tween.repeat &amp;&amp; _tween.repeat() === -1) { if (_tween.repeat &amp;&amp; _tween.repeat() === -1) {
// infinite loop, so not in relation to progress // infinite loop, so not in relation to progress
if (state === SCENE_STATE_DURING &amp;&amp; _tween.paused()) { if (state === 'DURING' &amp;&amp; _tween.paused()) {
_tween.play(); _tween.play();
} else if (state !== SCENE_STATE_DURING &amp;&amp; !_tween.paused()) { } else if (state !== 'DURING' &amp;&amp; !_tween.paused()) {
_tween.pause(); _tween.pause();
} }
} else if (progress != _tween.progress()) { // do we even need to update the progress? } else if (progress != _tween.progress()) { // do we even need to update the progress?
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "scrollmagic", "name": "scrollmagic",
"title": "ScrollMagic", "title": "ScrollMagic",
"version": "2.0.4", "version": "2.0.5",
"description": "The javascript library for magical scroll interactions.", "description": "The javascript library for magical scroll interactions.",
"author": { "author": {
"name": "Jan Paepke", "name": "Jan Paepke",
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/minified/ScrollMagic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scrollmagic/minified/plugins/animation.gsap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scrollmagic/minified/plugins/animation.velocity.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scrollmagic/minified/plugins/debug.addIndicators.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scrollmagic/minified/plugins/jquery.ScrollMagic.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions scrollmagic/uncompressed/ScrollMagic.js
@@ -1,10 +1,10 @@
/*! /*!
* ScrollMagic v2.0.4 (2015-04-29) * ScrollMagic v2.0.5 (2015-04-29)
* The javascript library for magical scroll interactions. * The javascript library for magical scroll interactions.
* (c) 2015 Jan Paepke (@janpaepke) * (c) 2015 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io * Project Website: http://scrollmagic.io
* *
* @version 2.0.4 * @version 2.0.5
* @license Dual licensed under MIT license and GPL. * @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de * @author Jan Paepke - e-mail@janpaepke.de
* *
Expand All @@ -31,7 +31,7 @@
_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.'); _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.');
}; };


ScrollMagic.version = "2.0.4"; ScrollMagic.version = "2.0.5";


// TODO: temporary workaround for chrome's scroll jitter bug // TODO: temporary workaround for chrome's scroll jitter bug
window.addEventListener("mousewheel", function () {}); window.addEventListener("mousewheel", function () {});
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/uncompressed/plugins/animation.gsap.js
@@ -1,10 +1,10 @@
/*! /*!
* ScrollMagic v2.0.4 (2015-04-29) * ScrollMagic v2.0.5 (2015-04-29)
* The javascript library for magical scroll interactions. * The javascript library for magical scroll interactions.
* (c) 2015 Jan Paepke (@janpaepke) * (c) 2015 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io * Project Website: http://scrollmagic.io
* *
* @version 2.0.4 * @version 2.0.5
* @license Dual licensed under MIT license and GPL. * @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de * @author Jan Paepke - e-mail@janpaepke.de
* *
Expand Down
4 changes: 2 additions & 2 deletions scrollmagic/uncompressed/plugins/animation.velocity.js
@@ -1,10 +1,10 @@
/*! /*!
* ScrollMagic v2.0.4 (2015-04-29) * ScrollMagic v2.0.5 (2015-04-29)
* The javascript library for magical scroll interactions. * The javascript library for magical scroll interactions.
* (c) 2015 Jan Paepke (@janpaepke) * (c) 2015 Jan Paepke (@janpaepke)
* Project Website: http://scrollmagic.io * Project Website: http://scrollmagic.io
* *
* @version 2.0.4 * @version 2.0.5
* @license Dual licensed under MIT license and GPL. * @license Dual licensed under MIT license and GPL.
* @author Jan Paepke - e-mail@janpaepke.de * @author Jan Paepke - e-mail@janpaepke.de
* *
Expand Down

0 comments on commit ad8b4c2

Please sign in to comment.