Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fade from page to page + loading bar Reply To: Fade from page to page + loading bar

#251118
Shikkediel
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();
}