Browse Source

modified preloader

tags/v1.0.0
somrat 4 years ago
parent
commit
cf52486f8b
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      assets/js/script.js

+ 8
- 8
assets/js/script.js View File

@@ -1,13 +1,13 @@
jQuery(function ($) {
"use strict";
/* ========================================================================= */
/* Page Preloader
/* ========================================================================= */

/* ========================================================================= */
/* Page Preloader
/* ========================================================================= */
$(window).on('load', function () {
$('.preloader').fadeOut(100);
});

$(window).on('load', function () {
$('.preloader').fadeOut(100);
});
jQuery(function ($) {
"use strict";

/* ========================================================================= */
/* lazy load initialize

Loading…
Cancel
Save