forked from troyblank/aPrimerToCanvasAndTrigForAnimation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslide_01.html
More file actions
executable file
·30 lines (29 loc) · 987 Bytes
/
slide_01.html
File metadata and controls
executable file
·30 lines (29 loc) · 987 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="./images/favicon.ico" rel="shortcut icon">
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="javaScript/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="javaScript/main.js"></script>
</head>
<body>
<header>
<h1>Agenda - A Primer to Canvas and Trig for Animation</h1>
</header>
<div style="height:8px;" class="blackLine"></div>
<section>
<ul>
<li>What is Canvas?</li>
<li>Adding Motion to Canvas</li>
<li>Why use Triganometry?</li>
<li>Applying Triganometry to animation</li>
</ul>
</section>
<nav>
<a id="right_btn" href="slide_02.html">Next</a>
</nav>
</body>