Home › Forums › CSS › Fade from page to page + loading bar › Reply To: Fade from page to page + loading bar
February 7, 2017 at 9:12 am
#251118
Participant
Fade won’t work because the event
parameter is missing:
$('a:not(.page-head__toggle)').click(function(event) {
Still looking at the rest but pace.min.js
apparently gets blocked because of some MIME type mismatch…
looking for any link on the page
Unless there’s thousands, I don’t think that should be an issue.
Not sure how the page will look when using the back button by the way, you might want to show it again after redirecting:
function newpage() {
window.location = newLocation;
$('body').show();
}