Web Animations Tutorial

Web animations is to have a flash or GIF animation intergrated onto the web page. Normal web animations still require the use of plugins such as Java Applets, Shockwave, Adobe Flash. In this tutorial, we will be showing you how to create animations using javascript without the need of installing plugins.


Create a new basic animation

To create animations on objects such as moving left, right, up, down, change colours, etc, use the following interface:

new Animation(element, {effect(s)}, {optional: timed items});