Can the "clip" effect move the elements around it?
I've been fiddling with the JQuery UI clip effect, but I can't seem to get it to do exactly what I want.
I have a header, content and footer. When the user first visits the page, I want the header and footer stuck together in the center of the page, and then pull apart to reveal the content.
I was trying to do this by showing the content with the clip effect, but as soon as the animation started, the footer snapped into position to accommodate the full height of the div before the animation had a chance to run.
Does anyone know of a way to achieve what I'm after?