Browse Source

Testing with 3 seconds fade in

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

2
_includes/head.html

@ -50,7 +50,7 @@
$(window).load(function() {
if (window.localStorage && !localStorage['faded']) {
localStorage['faded'] = true;
$('body').hide().fadeIn(1000);
$('body').hide().fadeIn(3000);
}
});
</script>

Loading…
Cancel
Save