Page Transitions Disabled

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam at ullamcorper mauris, vitae imperdiet tortor. Cras aliquet gravida lacus eu auctor

Setup Page Transitions Using Sass Variables

Easily Modify And Change The Page Transitions By Just Setting The Desired Sass Variables. Add the following markup immediately after the <body> tag and voila you ahve working page transitions. Chnage the SASS variables to set the look that you want.

                                
<div id = "wdpk-page-load-animate" class = "wdpk-page-load-animate">
    <div class = "wdpk-spinner" role = "status">
        <span class = "sr-only"></span>
    </div>
</div>
                                
                            
                        

$wdpk-page-trans-enabled: false;

                        
                    
                        
/* No Changes Made To Default Javascript */