I have a set of square divs lined up beside each other, each measuring 200x200 pixels, arranged in rows and columns using the inline-block property. I'm currently using jquery to fade out one of these divs when it's clicked on. However, after the fade effect, there is a sudden "jump" as the remaining divs adjust to fill the gap left behind.
Is there a way to smoothly transition the divs from one row to another instead of having them jump?