[jQuery] I want to implement something like shaking the mouse and the objects will move
Hey guys, I saw this amazing video in Youtube: http://www.youtube.com/experiencewii
It was implemented in Flash. Now I know it is also possible to do it
in Javascript and I want to do something like if the user shake the
mouse. Pieces of the contents of the website will kinda drop from
above the browser. Then if the user shake the mouse again it will drop
the 2nd content of the website.
There's also gonna be sensitivity, like if the shaking is very very
fast, the objects will just fall from above the browser uncontrollably
like being destroyed until all the contents are consumed.
Is there any plugins like that in jQuery?