Skip to content

Instantly share code, notes, and snippets.

@Igloczek
Created April 9, 2016 13:49
Show Gist options
  • Save Igloczek/595d174f49cc072458e932a6798eb506 to your computer and use it in GitHub Desktop.
Save Igloczek/595d174f49cc072458e932a6798eb506 to your computer and use it in GitHub Desktop.
Cool way to fadeout page before loading next view
window.addEventListener("beforeunload", function () {
document.body.classList.add("animate-out");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment