forked from janpaepke/ScrollMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed gulp and changed banner content
also changed README.md
- Loading branch information
Showing
6 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
/* | ||
/** | ||
ScrollMagic v%VERSION% (%YEAR%-%MONTH%-%DAY%) | ||
%DESCRIPTION% | ||
(c) %YEAR% Jan Paepke (@janpaepke) | ||
License & Info: http://janpaepke.github.io/ScrollMagic | ||
Inspired by and partially based on SUPERSCROLLORAMA by John Polacek (@johnpolacek) | ||
http://johnpolacek.github.com/superscrollorama/ | ||
Project Website: http://janpaepke.github.io/ScrollMagic | ||
Powered by the Greensock Tweening Platform (GSAP): http://www.greensock.com/js | ||
Greensock License info at http://www.greensock.com/licensing/ | ||
@version %VERSION% | ||
@license Dual licensed under MIT license and GPL. | ||
@author Jan Paepke - [email protected] | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
/** | ||
@overview ##Info | ||
@version %VERSION% | ||
@license Dual licensed under MIT license and GPL. | ||
@author Jan Paepke - [email protected] | ||
/* | ||
@todo: remove todos on build | ||
@todo: enhancement: remove dependencies and move to plugins -> 2.0 | ||
@todo: bug: when cascading pins (pinning one element multiple times) and later removing them without reset, positioning errors occur. | ||
@todo: bug: having multiple scroll directions with cascaded pins doesn't work (one scroll vertical, one horizontal) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
/* | ||
@overview Debug Extension for ScrollMagic. | ||
@version %VERSION% | ||
@license Dual licensed under MIT license and GPL. | ||
@author Jan Paepke - [email protected] | ||
Debug Extension for ScrollMagic. | ||
*/ | ||
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
@overview ScrollMagic Animation Extension for GSAP. | ||
@version %VERSION% | ||
@license Dual licensed under MIT license and GPL. | ||
@author Jan Paepke - [email protected] | ||
ScrollMagic GSAP Animation Plugin. | ||
Powered by the Greensock Tweening Platform (GSAP): http://www.greensock.com/js | ||
Greensock License info at http://www.greensock.com/licensing/ | ||
*/ | ||
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters