Instead of using a generic gif loader, I am looking to display my company logo with some animation before the page loads. I currently have the page_loader div class with a loader.gif image, but I want to customize it using CSS for a more unique look.
.page_loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: url(../img/vierra_loader.gif) center no-repeat #fff;
}
<div class="page_loader"></div>
My goal is to animate my company logo in place of the current loader animation