I have a div that has content in it.
<section id="latest-news">
<p>Pellentesque habitant morbi
tristique senectus et netus
et malesuada fames ac turpis
egestas.</p>
</section>
But while the page is loading, I want a loading .gif to appear, wait about 5 seconds and the the text. With a fadeIn or slide down animation too. (The text would be hidden by default)
I tried for an hour on this but I can't get it to work :/
What is a way to do this?