I'm building a website for a client where the home page is just boxes of images. When you click one of the boxes, they animate and shift up into a menu bar and redirect you to the appropriate page.
I do not know how to do this effectively, without making the user look at a mostly blank page (with only the menu visible) for a few seconds before they are redirected.
Is there another more elegant way to do this?
I have a working example of the animation here: http://bit.ly/1eicvwg
And here is a picture of my menu bar and box images on the page at the same time. The menu items on the JSfiddle are just placeholders, and I'll be using the coloured boxes in the final version.
What are your thoughts?