pace
pace copied to clipboard
Disable Pace on one-page site 'anchor' links.
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 :)
<script>
window.paceOptions = {
restartOnPushState: false
}
</script>
<script src="./pace.min.js"></script>