Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge G. Spaolonzi committed Apr 14, 2012
0 parents commit b243814
Show file tree
Hide file tree
Showing 13 changed files with 1,190 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .project
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>JZoopraxiscope</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>
20 changes: 20 additions & 0 deletions CCA-LICENSE
@@ -0,0 +1,20 @@
This work is licensed under the Creative Commons Attribution 3.0 Unported License.
To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/
or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

You are free:
to Share — to copy, distribute and transmit the work
to Remix — to adapt the work
to make commercial use of the work

Under the following conditions:
Attribution — You must attribute images to serge@cobalys.com.

With the understanding that:
Waiver — Any of the above conditions can be waived if you get permission from the copyright holder.
Public Domain — Where the work or any of its elements is in the public domain under applicable law, that status is in no way affected by the license.
Other Rights — In no way are any of the following rights affected by the license:
Your fair dealing or fair use rights, or other applicable copyright exceptions and limitations;
The author's moral rights;
Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.
Notice — For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.
674 changes: 674 additions & 0 deletions GPL-LICENSE

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions LICENSE
@@ -0,0 +1,11 @@
JZoopraxiscope jQuery Plugin v1.0.0
http://www.cobalys.com/open-source/jzoopraxiscope.html
Copyright 2012, serge@cobalys.com

The code is released under dual licence MIT and GPLv3.
'JZoopraxiscopeLogo.svg' and 'Logo.png' by serge@cobalys.com are licensed under a Creative Commons Attribution 3.0 Unported License.

More information GPL-LICENSE, CCA-LICENSE and MIT-LICENSE files included.



25 changes: 25 additions & 0 deletions MIT-LICENSE
@@ -0,0 +1,25 @@
Copyright (c) 2012 Paul Bakaus, http://jqueryui.com/

This software consists of voluntary contributions made by many
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
contribution history, see the revision history and logs, available
at http://jquery-ui.googlecode.com/svn/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Empty file added README
Empty file.
Binary file added example/images/jzoo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions example/index.html
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>index</title>
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.js"></script>
<script src="../src/jquery.jzoopraxiscope.js"></script>
<script type="text/javascript">
var optionsAnimation = {
'widthItem' : 380,
'widthImage' : 4560,
'height' : 306,
'fadeposition' : -(380 * 120),
'image' : 'images/jzoo.jpg'
}
$(document).ready(function() {
$('#animation').jzoopraxiscope(optionsAnimation);
$('#play').click(function() {
$('#animation').jzoopraxiscope('play')
});
$('#stop').click(function() {
$('#animation').jzoopraxiscope('stop')
});
});

</script>
</head>
<body style="">
<div>
<header>
<img src="images/logo.png" alt="JZoopraxiscope"/>
</header>
<div id="content">
<div id="animation-container">
<div id="animation" style="border: 1px solid #999; margin: auto;"></div>
<div id="animation-controls" style="width:100px;margin: auto">
<span id="stop">Stop</span>
<span id="play">Play</span>
</div>
</div>
<div id="information">
<h1>Zoopraxiscope</h1>
<p>
The zoopraxiscope is an early device for displaying motion pictures. Created by photographic pioneer Eadweard Muybridge in 1879, it may be considered the first movie projector. The zoopraxiscope projected images from rotating glass disks in rapid succession to give the impression of motion. The stop-motion images were initially painted onto the glass, as silhouettes. A second series of discs, made in 1892–94, used outline drawings printed onto the discs photographically, then colored by hand. Some of the animated images are very complex, featuring multiple combinations of sequences of animal and human movement.
</p>
</div>
</div>
<footer>
<p>
Copyright&copy; 2012 <a href="cobalys.com">Cobalys</a> GPLv3.
</p>
<p>
Image jzoo.jpg belongs to the Eadweard Muybridge Collection (Public Domain).
</p>
<p>
The article is an excerpt from the Wikipedia article <a href="http://en.wikipedia.org/wiki/Zoopraxiscope">"Zoopraxiscope"</a>, which is released under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share-Alike License 3.0</a>.
</p>
</footer>
</div>
</body>
</html>
55 changes: 55 additions & 0 deletions example/style.css
@@ -0,0 +1,55 @@
* {
padding: 0;
margin: 0;
}
body {
padding: 0;
margin: 0;
background-color: #F7F7F7;
}
header {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 25px;
height: 80px;
background-color: #454546;
margin-bottom: 30px;
border-bottom: 1px solid #AAAAAA;
box-shadow: 0 7px 22px #888888;
}
#content {
width: 990px;
margin: auto;
margin-top: 60px;
overflow: auto;
}
#animation-container {
float: left;
width: 40%;
}
#information {
float: right;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
width: 579px;
}
#information p {
text-align: justify;
margin-top: 5px;
}
#animation-controls span {
cursor: pointer;
}
footer {
padding-top: 10px;
margin: 100px auto 50px;
border-top: 1px solid rgb(204, 204, 204);
width: 95%;
}
footer * {
color: #999999;
font-size: 11px;
text-align: center;
text-decoration: none;
}

0 comments on commit b243814

Please sign in to comment.