pace icon indicating copy to clipboard operation
pace copied to clipboard

Disable Pace on one-page site 'anchor' links.

Open JuanoEtchevers opened this issue 10 years ago • 1 comments

Hi!

I'm finishing a one-page site and I'm having an issue with Pace. As a one-page site the menu acts as anchor navigation so the website is not reloading but Pace thinks is a new link and with every menu click the progress bar appears and it looks weird.

How can I change this?

Thanks :)

JuanoEtchevers avatar Oct 05 '15 19:10 JuanoEtchevers

<script>
  window.paceOptions = {
    restartOnPushState: false
  }
</script>
<script src="./pace.min.js"></script>

kiloc avatar Jul 26 '18 06:07 kiloc