<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Different Animations</title>
<link rel="stylesheet" href="animation.css" type="text/css">
</head>
<body>
<p>Lots of text goes here so that the page needs to scroll so you can see the effect.</p>
<div id="myobj1">An object that follows a specific path.</div>
<div id="myobj1">An object that follows a random path.</div>
<script type="text/javascript" src="dollarB.js">
</script>
<script type="text/javascript" src="dollarE.js">
</script>
<script type="text/javascript" src="dollarO.js">
</script>
<script type="text/javascript" src="animation.js">
</script>
</body>
</html>
|