Forums › Forums › Search & Filter Pro › FadeIn items (one by one) infinite scroll
- This topic has 8 replies, 2 voices, and was last updated 4 years, 10 months ago by Trevor.
-
Anonymous(Private) December 24, 2019 at 9:24 am #229785
Hi I was wondering if it was possible to have the items fadeIn when there loaded with infinite scroll? Preferably one by one. Right new it’s like, wait I’m loading and BOOM here are the results. I’m just looking for a more elegant way to show the results after more posts are loaded ๐
Anonymous(Private) December 24, 2019 at 9:48 am #229794Hi Trevor, thanks for the quick reply.
I’ve worked with S&F before so I’m quit up to speed about the whole plugin. I’ve looked at:
$(document).on("sf:ajaxstart", ".searchandfilter", function(){ console.log("ajax start"); });
But my console.log doesn’t show a ajaxstart when the
.search-filter-results-list
is loaded. Is that correct?So how will I know when to activate the fadeIn().
Also the little loader of the infinite scroll is aligned to the left, how can I center that? Probably very simple but I cant find what container is above
.search-filter-scroll-loading
so when I set width:100% the loader icon is way out of proportions ๐Anonymous(Private) January 2, 2020 at 9:59 am #230065Hi (sorry for the late reply Christmas and stuff), I’ve got it to work. Thanks for the feedback. I’ve only have this issue:
Also the little loader of the infinite scroll is aligned to the left, how can I center that? Probably very simple but I cant find what container is above .search-filter-scroll-loading so when I set width:100% the loader icon is way out of proportions ๐
Is there a way I can set the loader-icon styles and display it in the center of the container?
-
AuthorPosts