Cerebral Blossoms
$('.link').click(function (event) { event.preventDefault(); const newLocation = this.href; $('body').fadeOut(12000, () => window.location = newLocation); }); });