treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Confused on where to place code for Page Load Animation...

  • Found this post, looking forward to using it but I have no idea where the code is suppose to go, and will this work with Wordpress Sites?

  • You would have to place it in the [head] of your page before the [body] tag.

    The particular script that makes it work will need (as shown) to be inserted AFTER jQuery & (if used) Modernizer.

    I would assume that this is part of a template in WP (as you know I'm no expert in WP) but I see no reason why it shouldn't work.

  • @Paulie_D I was more confused on which part of the code I add into my files. I'll give it all a try though! Thank you :)