File: animation.html

Recommend this page to a friend!
  Classes of Stephen Chapman   dollar E   animation.html   Download  
File: animation.html
Role: Example script
Content type: text/plain
Description: Animation example using $E, $B and $O
Class: dollar E
Manage events and get their properties
Author: By
Last change: correct script name
Date: 10 years ago
Size: 710 bytes
 

Contents

Class file image Download
<!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>