add_action( 'wp_footer', function() { ?>
<style>
.facetwp-template {
opacity: 0;
}
</style>
<script>
(function($) {
$(document).on('facetwp-refresh', function() {
if ( FWP.loaded ) {
$('.facetwp-template').animate({opacity: 0}, 1000);
}
});
$(document).on('facetwp-loaded', function() {
$('.facetwp-template').animate({ opacity: 1 }, 1000);
});
})(jQuery);
</script>
<script>
(function($) {
$(function() {
FWP.loading_handler = function() { }
});
})(jQuery);
</script>
<?php });
#animate #animatie #facetwp #functions #loading #remove #verwijder