I have been trying to get the jQuery to animate the loading of my page. I have proved that jQuery is working correctly because it works with .hide();
Here is my JSFiddle
Here is my JavaScript File
$(document).ready(function(){
$(".intro").show();
});