I want to implement an animation where one dom element is moved into another, scales down and finally disappears. Consider the animation I want to show to user when he adds an item to his shopping cart. Is there a plugin to implement this or a simple jquery script may be?
Here is something along the lines of what I want. - http://pastebin.me/638d1947c4d20da4eccd6542887caf27
Here the element is being append to another dom element. I don't want to append it, just animate is what I am looking for.