Triggers
Instead of loading next pages on scroll you can use a trigger. A trigger is a link or button that has to be clicked before the next page is loaded.
Reasons for a trigger might be:
To make the footer reachable.
To ease the load on the server. Users have to click before loading the next page. This adds a natural delay.
First add a button to your document
Next add a bit of CSS to make it look nice and hide if from view (opacity 0)
Next configure the trigger.
See trigger options for information.
Last updated