Page 1 of 1

Javascript Animation

Posted: Thu Dec 22, 2011 10:23 pm
by Ark
[youtube]http://www.youtube.com/watch?v=eL2w5Ki9qf4[/youtube]

Hello peeps, this is a cool javascript animation that I found on the web, and I really got no idea how it was made.

Anybody got an idea how it was made?

PS: I don't know how to put youtube vids on forums. :?

Re: Javascript Animation

Posted: Thu Dec 22, 2011 11:18 pm
by Chris
It is made with Canvas and a lot of JavaScript. Too be honest it shouldn't be that hard to make, there's obviously some mathematical formula that makes the random colors and and displacements. Here's a tutorial on canvas:
https://developer.mozilla.org/en/Canvas_tutorial

Re: Javascript Animation

Posted: Thu Dec 22, 2011 11:29 pm
by SpiritWebb
When posting a youtube video, use the [YouTube] option, and leave off the &feature aspect of it!! :) If you edit your post, you can see what I mean!!

Re: Javascript Animation

Posted: Thu Dec 22, 2011 11:32 pm
by Ark
@Thanks Chris i'll check that tutorial!

@ Thanks spirit ill keep that in mind.