Browse Source

Re-testing with 2 second fade in

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
a3771141e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      _includes/head.html

4
_includes/head.html

@ -48,9 +48,7 @@
<script type="text/javascript"> <script type="text/javascript">
$(window).load(function() { $(window).load(function() {
if (window.localStorage && !localStorage['faded']) { $('body').hide().fadeIn(2000);
localStorage['faded'] = true;
$('body').hide().fadeIn(3000);
} }
}); });
</script> </script>

Loading…
Cancel
Save