Page Loader

Page Loading Transition is enabled by default. If you wish to disable the page loading transition you can simply delete the below section from all HTML pages.

<div class="loader">
  <img src="images/pre-loader/loader.svg" alt="">
</div>

Loader supported files: .SVG, .GIF, .PNG, .JPG

Suggest Edit