Skip to content
Advertisement

How to make content delay using CSS and Jquery

I am attempting to create a page where the content on the screen appears 3 seconds after the page loads. By the other posts I have seen on this website, I attempted the scripting below, though with no success (Everything appears at the same time).

First is the section I am attempting to delay, then is the whole pages script. Any guidance is very much appreciated. (I am hoping I am wording everything correctly this time so I don’t get another -1)

Section to delay:

JavaScript

And here is the entire page

JavaScript

Advertisement

Answer

Here is what I ended up changing it all to, to make it work. Hopefully this will help others that are looking to do this.

JavaScript
JavaScript
Advertisement