animate rearrangement of list after hiding elements
Let's say i have 10 divs on a page.
Via mouseclick some of the divs "display:" property is set to "none".
(so the page gets smaller at once showing only the remaining divs)
I don't want them to rearrange at once, but with an easing effect.
Anyone got an idea how to achieve this?