-
Notifications
You must be signed in to change notification settings - Fork 2k
Examples
mikechambers edited this page Feb 4, 2011
·
14 revisions
Simple example that shows how to do basic animation in EaselJS.
Complete code included.
Uses EaselJS to create a snake like shape that follows you mouse.
Complete code is included.
A simple example / app that allows you to choose an image, and then create some designs using the colors from the image. The core drawing functionality is built about the HTML5 canvas element and the EaselJS library. It also leverages CSS3 transitions and transformation for animating the UI elements (loading and unloading).
Complete code is included.