Hello all. I'm looking for a convinient way to create such an effect in a web application: i have some picture, which has not very high resolution, and i want it to appear as a cloud of particles in some random part of the screen, and then to move to it's position.
It's ok that i will lose some resolution (i don't think that 1x1px particles are nice ;) ).
I want to use silverlight/canvas or processing-js/canvas.
Any ideas? Thx.