-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Milestone
Description
On this page I programmed infinite scrolling with autoload-visible. But they seem to load all automatically. Could it be that trigger: autoload-visible
reacts the same as trigger: autoloading
?
My link looks roughly like this
<a href="{{ site.baseurl }}/page{{paginator.next_page}}#posts" class="next pat-inject"
data-pat-inject="target: self::element; trigger: autoload-visible">Next</a>