jQuery Stuff
Copy and Paste this code into your head code to include jQuery in your website.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
CSS3 Key-frame Animation
This animation was produced with CSS3 Key-frame animation. Right now CSS Animation is in it's infancy, but will likely become more mainstream over time. There are a couple of ways to implement it. You can use a :hover in the CSS, or you can trigger it with JavaScript.
|