I recently came across this site. http://beta.rallyinteractive.com/. The site uses some fairly complex/awesome animations. They are using only one script file that is minified. I expanded their script using chrome and tried to figure out how exactly they are achieving their animations. I have three questions:
- Are their any resources out their that can point me in the right direction on how to create such cool animations.
- Are they just using Html5 canvas element and no scripts like Raphael.js?
- Is it worth it to learn the how to create canvas animations or do you think there is going to be some sort of Flash IDE that will take away the complexities of learning the API?
Thank you,
Tyrone
If you look at the page source, they have commented a list of javascript files they use.