- This topic has 13 replies, 2 voices, and was last updated 5 years, 10 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › When AOS Animate on Scroll is enabled the filtering displays nothing
Tagged: ajax, AOS, blank result
Of course
<script>
(function($) {
$(document).on("sf:ajaxfinish", ".searchandfilter", function() {
AOS.init({
duration: 1200,
});
});
}(jQuery));
</script>
I used that in the same PHP page.
it doesn’t seem to be working when applied on the Custom js of the theme or on the js file containing the init of the animation
AOS.init({
duration: 1200,
})
Of course there it was applied without the opening and closing <script> tags.