Can anyone clarify how I can use a sliding div animation like the one here but instead of using displaying a div on the same page, it loads a new page and then unveils the div.
ie. I want to use it for my navigation links which go to different pages. When the page loads Id like the div to appear using the animation effect as opposed to just being there. Then when the user clicks another navigation link, the div will animate away and the new page will load and the new div will animate in again.
Any guidance?