Skip to content

Commit

Permalink
loader timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 13, 2020
1 parent 52a81d2 commit 075f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/dino.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'use strict';
// Preloader
$(window).on("load", function () {
$("#loading").fadeOut(5);
$("#loading").fadeOut(50);
});
/* ============= backgroun d animation =====================*/
// ==========================================================
Expand Down

0 comments on commit 075f51f

Please sign in to comment.