Animations - MissionBit/fall-2014-intro-mission-tt GitHub Wiki
When you're done with your adventure, you can start exploring animations! Go to http://bit.ly/mbit-intro-animation and copy all the files into your website folder.
You'll notice that animation.html has some new tags:
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
and
<script src="animation.js"></script>
The first 2 <script>
tags will load javascript files from the internet, and the third will load animation.js, which is in your website folder.
Try experimenting with the page and see if you can figure out how it works! (Hint: use inspect element to see what happens when you click on things)