Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Sep 26, 2013
1 parent d726b28 commit 598d3d3
Show file tree
Hide file tree
Showing 42 changed files with 99,438 additions and 0 deletions.
1,562 changes: 1,562 additions & 0 deletions docs/ScrollMagic.html

Large diffs are not rendered by default.

3,814 changes: 3,814 additions & 0 deletions docs/ScrollScene.html

Large diffs are not rendered by default.

810 changes: 810 additions & 0 deletions docs/classes.list.html

Large diffs are not rendered by default.

Binary file added docs/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
267 changes: 267 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,267 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8">
<title>ScrollMagic Index</title>

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">


<link type="text/css" rel="stylesheet" href="styles/site.cosmo.css">

</head>

<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">ScrollMagic</a>
<ul class="nav">

<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="ScrollMagic.html">ScrollMagic</a>
</li>

<li>
<a href="ScrollScene.html">ScrollScene</a>
</li>


</ul>
</li>

<li class="dropdown">
<a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="ScrollScene.html#event:onChange">onChange</a>
</li>

<li>
<a href="ScrollScene.html#event:onEnd">onEnd</a>
</li>

<li>
<a href="ScrollScene.html#event:onProgress">onProgress</a>
</li>

<li>
<a href="ScrollScene.html#event:onStart">onStart</a>
</li>


</ul>
</li>

</ul>
</div>
</div>

<div class="row-fluid">


<div class="span8">

<div id="main">




<span class="page-title">Index</span>




























<h1 class="page-title">Index</h1>
<section>

<header>
<h2>
js/jquery.scrollmagic.js
</h2>

</header>

<article>
<div class="container-overview">




<div class="description"><p>ScrollMagic - The jQuery plugin for doing magical scroll animations
by Jan Paepke 2013 (@janpaepke)</p>
<pre><code>Inspired by and partially based on the one and only SUPERSCROLLORAMA by John Polacek (@johnpolacek)
johnpolacek.github.com/superscrollorama/

Powered by the Greensock Tweening Platform
http://www.greensock.com/js
Greensock License info at http://www.greensock.com/licensing/

Dual licensed under MIT and GPL.</code></pre></div>



<dl class="details">











<dt class="tag-author">Author:</dt>
<dd class="tag-author">
<ul>
<li>Jan Paepke, [email protected]</li>
</ul>
</dd>









<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="jquery.scrollmagic.js.html">jquery.scrollmagic.js</a>, <a href="jquery.scrollmagic.js.html#sunlight-1-line-1">line 1</a>
</li></ul></dd>







</dl>




</div>


















</article>

</section>




</div>

<div class="clearfix"></div>
<footer>


<span class="copyright">
Jan Paepke 2013
</span>
<br />

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Fri Sep 27 2013 01:16:25 GMT+0200 (MESZ) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>


<div class="span3">
<div id="toc"></div>
</div>

<br clear="both">
</div>

</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>


<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>

<script>
$( function () {
$( "#toc" ).toc( {
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );

} );
</script>



</body>
</html>
Loading

0 comments on commit 598d3d3

Please sign in to comment.