[jQuery] Page items shifting during load

[jQuery] Page items shifting during load


Hi All,
I'm assuming everyone here has noticed that when using various jQuery
widgets that after the the page shifts as the animation initialization
code executes. Usually this is imperfection is perceived when $
(document).ready fires and the handler that kicks off some widget
fires.
IE. you have bunch of LI's that are converted to a carousel.
My complaint is the shift that this event creates during page load,
causing elements to shift and or appear to jump around a bit as the LI
is converted to a carousel.
Anyone have any work-arounds or fixes to prevent this, in general,
rather than something specific for each widget?