How would someone go about writing javascript animations that are very customized, similar to the ones here: https://fiber.google.com/about/
|
closed as not a real question by Neal, Felix Kling, j08691, j0k, Hamish Jul 29 '12 at 4:23
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Well, that particular site (the rabbit animation at least) uses So, in this case, your answer is "Learn Flash, then learn Swiffy, then realize that the whole thing could have been done more easily with another JS library". |
||||
|
|
|
They're using SVG for those animations, in which case I would recommend familiarizing yourself with Raphael. |
|||||||||
|
|
also you can download Firebug in order to see the pages code and explore it to see if you can figure out how they created it. Here is a good place to get started i think 10 javascript animation frameworks also you could make it in flash and upload the animation |
|||
|
|