I have the following task:
Add falling fairy dust (kind of like Tinker Bell) to a website logo.
The falling fairy dust should be continuously animated/falling and fading out.
The website logo is a png.
I would like to absolutely position a div over the existing website logo image. That div would contain the animating fairy dust.
I know this is usually the type of job for Flash, but it is not allowed for this project.
What is the best way to do this? Is there some way with JQuery animation, or Canvas or processing.js?