Note: I'm currently in the process of upgrading animations from Javascript to webkit, so there is a strong possibility that many animations will display incorrectly (especially in IE). The content is the same but for prettier results use Safari.

John Sivak

Javascript Animation Toolkit

UPDATE: The recent development of webkit animations for CSS have made this toolkit largely unnecessary (or soon will once it has been integrated into all web browsers)

While creating this website I found that it would be useful to have a toolkit for simple javascript animations. While there are several toolkits for this purpose online, I didn't find one simple or generic enough for my needs. So I learned Javascript and wrote my own toolkit, which is responsible for many of the animations on this website. If this sounds like something of interest to you, free to download the Javascript file with everything you need, or check out the examples and implementation walkthrough below.

EXAMPLES AND IMPLEMENTATION - UNDER CONSTRUCTION