How to make a HTML5 animation like the one on Blackberry PlayBook startup?

253 Views Asked by At

I just want to know how to code a animation like the one on the startup of the Blackberry PlayBook with big colored circles using HTML5 canvas and JS (with some JS drawing library?). Can the same be achieved? Can you give an approximation to code implementation?

1

There are 1 best solutions below

3
On BEST ANSWER

I'm using the tridentJS library for animations https://github.com/kirillcool/trident-js. Its quite straightforward, easy to use and well documented. You will also find samples and approaches that are similar to your sample.