I am attempting to have the content inside 'wrapper' only fade in once the pace progress bar finishes loading
Does anyone have any suggestions? Here is pen https://codepen.io/anon/pen/VNmBWQ
JS
Pace.on("done", function(){
$(".wrapper").fadeIn(3000);
});