I have a navigation div with a width of 300px. The top level menu should slide to the left upon clicking a link and the corresponding linked div should slide in. I have this working but there is a moment where the content fading out to the left from the top nav menu's area is still visible before the new content slides in.
I'm trying to remove this gap, I've had to add a delay to the code to stop it loading under the top menu and then "jumping" which doesn't look good.
The page can be found here: http://projects.dabbble.com/wordcloud/ - click on a link to see the issue.
The JS for this (after loading jQuery and the jQuery UI plugin) is here: http://projects.dabbble.com/wordcloud/lib/js/wordcloud.js?v=0.7
jQuery isn't a strong point for me, so the code can probably be tidied up quite a but so many thanks for any / all help!
James