skylight_animation

Loading Page | JavaScript 2

Dec 11th, 2021
9,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             // set delay 10s
  2.             var delay = 10000;
  3.              
  4.             function loader() {
  5.                 setTimeout(function(){
  6.                     $("#loading").hide();
  7.                     $(".loader").hide();
  8.                 },delay);
  9.             };
Advertisement
Add Comment
Please, Sign In to add comment