-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
49 lines (45 loc) · 1.84 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<title>ixMuybridge</title>
<meta http-equiv='content-type' content='text/html; charset=UTF-8' />
<meta name='viewport' content='user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel='stylesheet' href='http://ericwittke.com/_global/experiments-default.css' type='text/css' charset='utf-8' />
<link rel='stylesheet' href='ixmuybridge.css' type='text/css' charset='utf-8' />
<style type="text/css">
img {
width: 500px;
/*height: auto;*/
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script src="http://ericwittke.com/_global/vulcan.util.js" type="text/javascript" charset="utf-8"></script>
<script src="ixmuybridge.jquery.js" type="text/javascript"></script>
<script>
$(window).load(function(){
$(".ixmuybridge").ixmuybridge();
});
</script>
</head>
<body>
<div id="wrapper">
<div id="console">
<header>
<h1>ixMuybridge</h1>
<p>Can simple illusions make a still image appear as if it's live?</p>
</header>
<section>
<p>The experiment ixMuybridge attempts to answer this using two variables. One, steady size fluctuation at the rate of the human breath. Second, random color noise to add interpretive variation.</p>
<p>To do: Add controls to allow for in-browser variable controls.</p>
<footer>
<span class="byline">By Eric Wittke</span>
<span class="source"><a href="https://github.com/ewittke/ixmuybridge">Get jQuery Plugin</a></span>
</footer>
</section>
</div>
<div id="canvas">
<img src="tesla.jpg" class="ixmuybridge">
</div>
</div>
</body>
</html>