Tag Archives: animation
Chrome Experiments
chromeexperiments.com gathers a good amount of very impressive javascript demos, showing the future of the Internet, where javascript intensive sites and application will become more and more common. My favorites: Browser ball – bounce a ball between different browser windows Kaleidoscope – very smooth animation and beautiful colors
Spinning Color Wheel: Mootools + Raphael + SVG
A couple of days ago I was playing at work with the RaphaelJS library to do some image rotation that we may end up using on a new project we are working on. At the end I ended up creating a spinning object with variable speed, similar to this demo I show you here. Using [...]
Forest demo (was Grass)
I have updated the Grass demo and renamed it to Forest, which I think is a more appropriate environment for the sounds I used. I have done some fixes to the rain loop and I have added some light animations.
Splitting a vector into two vectors 90 degrees apart
I wanted to add something special to the Particle-Balls demo I made. At first, the idea seemed pretty simple: When clicking on a moving ball, split it in two with a 90° angle between them (π/2 in radians). To keep it simple, both balls will have the same size as the original and the same [...]